Html Css Color HEX #808CFC Light Slate Blue

📋 copy color: '#808CFC'

red 128 ◦ green 140 ◦ blue 252

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

Shades of Light Slate Blue #808CFC

Tints of Light Slate Blue #808CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.92%

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

R = 24.62%
G = 26.92%
B = 48.46%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#808CFC (or 0x808CFC) is known color: Light Slate Blue. HEX triplet: 80, 8C and FC. RGB value is (128,140,252). Sum of RGB (Red+Green+Blue) = 128+140+252=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #808CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CFC is #7F7303. Grayscale: #949494. Windows color (decimal): -8352516 or 16551040. OLE color: 16551040.

HSL color Cylindrical-coordinate representation of color #808CFC: hue angle of 234.19º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808CFC is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 140 252 -
CMYK 0.49 0.44 0 0.01
HSL 234.19º 0.95% 0.75% -
HSV(B) 234.19º 0.49% 0.99% -
XYZ 35.85 30.37 96.07 -
YUV 149.18 186.02 112.89 -
System Red Green Blue C M Y K H S L
Decimal 128 140 252 0.49 0.44 0 0.01 234.19 0.95 0.75
Hex 80 8C FC 31 2C 0 1 EA 5F 4B
Octal 200 214 374 61 54 0 1 352 137 113
Binary 10000000 10001100 11111100 110001 101100 0 1 11101010 1011111 1001011

Color Harmonies of #808CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CFC

Black with #808CFC

Text Example


Text Example

White with #808CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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