Html Css Color HEX #808DFB Light Slate Blue

📋 copy color: '#808DFB'

red 128 ◦ green 141 ◦ blue 251

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

Shades of Light Slate Blue #808DFB

Tints of Light Slate Blue #808DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.12%

 BLUE value IS 251 (98.44% from 255) = 48.27%

R = 24.62%
G = 27.12%
B = 48.27%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#808DFB (or 0x808DFB) is known color: Light Slate Blue. HEX triplet: 80, 8D and FB. RGB value is (128,141,251). Sum of RGB (Red+Green+Blue) = 128+141+251=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #808DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808DFB is #7F7204. Grayscale: #959595. Windows color (decimal): -8352261 or 16485760. OLE color: 16485760.

HSL color Cylindrical-coordinate representation of color #808DFB: hue angle of 233.66º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #808DFB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 141 251 -
CMYK 0.49 0.44 0 0.02
HSL 233.66º 0.94% 0.74% -
HSV(B) 233.66º 0.49% 0.98% -
XYZ 35.84 30.6 95.29 -
YUV 149.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 128 141 251 0.49 0.44 0 0.02 233.66 0.94 0.74
Hex 80 8D FB 31 2C 0 2 EA 5E 4A
Octal 200 215 373 61 54 0 2 352 136 112
Binary 10000000 10001101 11111011 110001 101100 0 10 11101010 1011110 1001010

Color Harmonies of #808DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DFB

Black with #808DFB

Text Example


Text Example

White with #808DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,141,251); }

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

background-color css

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

 a { background-color: rgb(128,141,251); }

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

border-color css

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

 span { border-color: rgb(128,141,251); }

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