Html Css Color HEX #807CFE Light Slate Blue

📋 copy color: '#807CFE'

red 128 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #807CFE

Tints of Light Slate Blue #807CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 25.3%
G = 24.51%
B = 50.2%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#807CFE (or 0x807CFE) is known color: Light Slate Blue. HEX triplet: 80, 7C and FE. RGB value is (128,124,254). Sum of RGB (Red+Green+Blue) = 128+124+254=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #807CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CFE is #7F8301. Grayscale: #8B8B8B. Windows color (decimal): -8356610 or 16678016. OLE color: 16678016.

HSL color Cylindrical-coordinate representation of color #807CFE: hue angle of 241.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #807CFE is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 124 254 -
CMYK 0.50 0.51 0 0.00
HSL 241.85º 0.98% 0.74% -
HSV(B) 241.85º 0.51% 1% -
XYZ 34 26.16 97.02 -
YUV 140.02 192.33 119.43 -
System Red Green Blue C M Y K H S L
Decimal 128 124 254 0.50 0.51 0 0.00 241.85 0.98 0.74
Hex 80 7C FE 32 33 0 0 F2 62 4A
Octal 200 174 376 62 63 0 0 362 142 112
Binary 10000000 1111100 11111110 110010 110011 0 0 11110010 1100010 1001010

Color Harmonies of #807CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CFE

Black with #807CFE

Text Example


Text Example

White with #807CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,124,254); }

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

background-color css

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

 a { background-color: rgb(128,124,254); }

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

border-color css

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

 span { border-color: rgb(128,124,254); }

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