#7F85FA

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

Shades of Light Slate Blue #7F85FA

Tints of Light Slate Blue #7F85FA

Color information

#7F85FA (or 0x7F85FA) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 85 and FA. RGB value is (127,133,250). Sum of RGB (Red+Green+Blue) = 127+133+250=510 (67% of max value = 765). Red value is 127 (50% from 255 or 24.90% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F85FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F85FA is #807A05. Grayscale: #909090. Windows color (decimal): -8419846 or 16418175. OLE color: 16418175.

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

Color convert

RGB127133250-
CMYK0.490.4700.02
HSL237.07º92.48%73.92%-
HSV(B)237.07º49.2%98.04%-
XYZ34.428.1994.07-
YUV144.54187.51115.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.90%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 250 (98.05% from 255) = 49.02%
R=24.90%
G=26.08%
B=49.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271332500.490.4700.02237.0792.4873.92
Hex7F85FA312F02ed5c4a
Octal177205372615702355134112
Binary111111110000101111110101100011011110101110110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F85FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,133,250); }

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

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

 a { background-color: rgb(127,133,250); }

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

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

 span { border-color: rgb(127,133,250); }

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