Html Css Color HEX #807EFC Light Slate Blue

📋 copy color: '#807EFC'

red 128 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #807EFC

Tints of Light Slate Blue #807EFC

RGB

 RED value IS 128 (50.39% from 255) = 25.3%

 GREEN value IS 126 (49.61% from 255) = 24.9%

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

R = 25.3%
G = 24.9%
B = 49.8%

CMYK

 C value IS 0.49

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#807EFC (or 0x807EFC) is known color: Light Slate Blue. HEX triplet: 80, 7E and FC. RGB value is (128,126,252). Sum of RGB (Red+Green+Blue) = 128+126+252=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 126 (49.61% from 255 or 24.90% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #807EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807EFC is #7F8103. Grayscale: #8C8C8C. Windows color (decimal): -8356100 or 16547456. OLE color: 16547456.

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

Color convert

RGB 128 126 252 -
CMYK 0.49 0.5 0 0.01
HSL 240.95º 0.95% 0.74% -
HSV(B) 240.95º 0.5% 0.99% -
XYZ 33.93 26.54 95.43 -
YUV 140.96 190.66 118.75 -
System Red Green Blue C M Y K H S L
Decimal 128 126 252 0.49 0.5 0 0.01 240.95 0.95 0.74
Hex 80 7E FC 31 32 0 1 F1 5F 4A
Octal 200 176 374 61 62 0 1 361 137 112
Binary 10000000 1111110 11111100 110001 110010 0 1 11110001 1011111 1001010

Color Harmonies of #807EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807EFC

Black with #807EFC

Text Example


Text Example

White with #807EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807EFC; }

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

 H1.HeaderClassName
 {
   color: #807EFC;
 }
 .AnyTagClassName
 {
   color: #807EFC;
 }
</style>

background-color css

<style>
 a { background-color: #807EFC; }

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

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

border-color css

<style>
 span { border-color: #807EFC; }

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

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