Html Css Color HEX #7F8CFC Light Slate Blue

📋 copy color: '#7F8CFC'

red 127 ◦ green 140 ◦ blue 252

#7F8CFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #7F8CFC

Tints of Light Slate Blue #7F8CFC

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 value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F8CFC (or 0x7F8CFC) is known color: 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

RGB 127 140 252 -
CMYK 0.50 0.44 0 0.01
HSL 233.76º 0.95% 0.74% -
HSV(B) 233.76º 0.5% 0.99% -
XYZ 35.7 30.3 96.06 -
YUV 148.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 127 140 252 0.50 0.44 0 0.01 233.76 0.95 0.74
Hex 7F 8C FC 32 2C 0 1 EA 5F 4A
Octal 177 214 374 62 54 0 1 352 137 112
Binary 1111111 10001100 11111100 110010 101100 0 1 11101010 1011111 1001010

Color Harmonies of #7F8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8CFC

Black with #7F8CFC

Text Example


Text Example

White with #7F8CFC

Text Example


Text Example

HTML Codes & Css Web 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>