Html Css Color HEX #807CFC Light Slate Blue

📋 copy color: '#807CFC'

red 128 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #807CFC

Tints of Light Slate Blue #807CFC

RGB

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

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

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

R = 25.4%
G = 24.6%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#807CFC (or 0x807CFC) is known color: Light Slate Blue. HEX triplet: 80, 7C and FC. RGB value is (128,124,252). Sum of RGB (Red+Green+Blue) = 128+124+252=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #807CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CFC is #7F8303. Grayscale: #8B8B8B. Windows color (decimal): -8356612 or 16546944. OLE color: 16546944.

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

Color convert

RGB 128 124 252 -
CMYK 0.49 0.51 0 0.01
HSL 241.88º 0.96% 0.74% -
HSV(B) 241.88º 0.51% 0.99% -
XYZ 33.68 26.03 95.35 -
YUV 139.79 191.33 119.59 -
System Red Green Blue C M Y K H S L
Decimal 128 124 252 0.49 0.51 0 0.01 241.88 0.96 0.74
Hex 80 7C FC 31 33 0 1 F2 60 4A
Octal 200 174 374 61 63 0 1 362 140 112
Binary 10000000 1111100 11111100 110001 110011 0 1 11110010 1100000 1001010

Color Harmonies of #807CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CFC

Black with #807CFC

Text Example


Text Example

White with #807CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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