Html Css Color HEX #7F7CFC Light Slate Blue

📋 copy color: '#7F7CFC'

red 127 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #7F7CFC

Tints of Light Slate Blue #7F7CFC

RGB

 RED value IS 127 (50% from 255) = 25.25%

 GREEN value IS 124 (48.83% from 255) = 24.65%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 25.25%
G = 24.65%
B = 50.1%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F7CFC (or 0x7F7CFC) is known color: Light Slate Blue. HEX triplet: 7F, 7C and FC. RGB value is (127,124,252). Sum of RGB (Red+Green+Blue) = 127+124+252=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F7CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7CFC is #808303. Grayscale: #8A8A8A. Windows color (decimal): -8422148 or 16546943. OLE color: 16546943.

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

Color convert

RGB 127 124 252 -
CMYK 0.50 0.51 0 0.01
HSL 241.41º 0.96% 0.74% -
HSV(B) 241.41º 0.51% 0.99% -
XYZ 33.53 25.96 95.34 -
YUV 139.49 191.49 119.09 -
System Red Green Blue C M Y K H S L
Decimal 127 124 252 0.50 0.51 0 0.01 241.41 0.96 0.74
Hex 7F 7C FC 32 33 0 1 F1 60 4A
Octal 177 174 374 62 63 0 1 361 140 112
Binary 1111111 1111100 11111100 110010 110011 0 1 11110001 1100000 1001010

Color Harmonies of #7F7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7CFC

Black with #7F7CFC

Text Example


Text Example

White with #7F7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F7CFC;
 }
 .AnyTagClassName
 {
   color: #7F7CFC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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