Html Css Color HEX #7E7FFC Light Slate Blue

📋 copy color: '#7E7FFC'

red 126 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #7E7FFC

Tints of Light Slate Blue #7E7FFC

RGB

 RED value IS 126 (49.61% from 255) = 24.95%

 GREEN value IS 127 (50% from 255) = 25.15%

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

R = 24.95%
G = 25.15%
B = 49.9%

CMYK

 C value IS 0.5

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7E7FFC (or 0x7E7FFC) is known color: Light Slate Blue. HEX triplet: 7E, 7F and FC. RGB value is (126,127,252). Sum of RGB (Red+Green+Blue) = 126+127+252=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #7E7FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E7FFC is #818003. Grayscale: #8C8C8C. Windows color (decimal): -8486916 or 16547710. OLE color: 16547710.

HSL color Cylindrical-coordinate representation of color #7E7FFC: hue angle of 239.52º 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 #7E7FFC is Cyan = 0.5, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 126 127 252 -
CMYK 0.5 0.50 0 0.01
HSL 239.52º 0.95% 0.74% -
HSV(B) 239.52º 0.5% 0.99% -
XYZ 33.76 26.64 95.46 -
YUV 140.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 126 127 252 0.5 0.50 0 0.01 239.52 0.95 0.74
Hex 7E 7F FC 32 32 0 1 F0 5F 4A
Octal 176 177 374 62 62 0 1 360 137 112
Binary 1111110 1111111 11111100 110010 110010 0 1 11110000 1011111 1001010

Color Harmonies of #7E7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7FFC

Black with #7E7FFC

Text Example


Text Example

White with #7E7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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