#7F70FB

Color #7F70FB Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7F70FB

Tints of Light Slate Blue #7F70FB

Color information

#7F70FB (or 0x7F70FB) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 70 and FB. RGB value is (127,112,251). Sum of RGB (Red+Green+Blue) = 127+112+251=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F70FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F70FB is #808F04. Grayscale: #838383. Windows color (decimal): -8425221 or 16478335. OLE color: 16478335.

HSL color Cylindrical-coordinate representation of color #7F70FB: hue angle of 246.47º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F70FB is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127112251-
CMYK0.490.5500.02
HSL246.47º94.56%71.18%-
HSV(B)246.47º55.38%98.43%-
XYZ31.9623.0794.03-
YUV132.33194.97124.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 25.92%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 251 (98.44% from 255) = 51.22%
R=25.92%
G=22.86%
B=51.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271122510.490.5500.02246.4794.5671.18
Hex7F70FB313702f65f47
Octal177160373616702366137107
Binary11111111110000111110111100011101110101111011010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F70FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F70FB; }

 p { color: rgb(127,112,251); }

 H1.HeaderClassName
 {
   color: #7F70FB;
 }
 .AnyTagClassName
 {
   color: #7F70FB;
 }
</style>
background-color css

<style>
 a { background-color: #7F70FB; }

 a { background-color: rgb(127,112,251); }

 div.DivClassName
 {
   background-color: #7F70FB;
 }
 .BgClassName
 {
   background-color: #7F70FB;
 }
</style>
border-color css

<style>
 span { border-color: #7F70FB; }

 span { border-color: rgb(127,112,251); }

 td.TdClassName
 {
   border-color: #7F70FB;
 }
 .TagClassName
 {
   border-color: #7F70FB;
 }
</style>