#7F8CFC

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

Shades of Light Slate Blue #7F8CFC

Tints of Light Slate Blue #7F8CFC

Color information

#7F8CFC (or 0x7F8CFC) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 8C and FC. RGB value is (127,140,252). Sum of RGB (Red+Green+Blue) = 127+140+252=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F8CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8CFC is #807303. Grayscale: #949494. Windows color (decimal): -8418052 or 16551039. OLE color: 16551039.

HSL color Cylindrical-coordinate representation of color #7F8CFC: hue angle of 233.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F8CFC is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127140252-
CMYK0.500.4400.01
HSL233.76º95.42%74.31%-
HSV(B)233.76º49.6%98.82%-
XYZ35.730.396.06-
YUV148.88186.19112.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.47%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 252 (98.83% from 255) = 48.55%
R=24.47%
G=26.97%
B=48.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271402520.500.4400.01233.7695.4274.31
Hex7F8CFC322C01ea5f4a
Octal177214374625401352137112
Binary11111111000110011111100110010101100011110101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,140,252); }

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

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

 a { background-color: rgb(127,140,252); }

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

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

 span { border-color: rgb(127,140,252); }

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