Html Css Color HEX #808DF9 Light Slate Blue

📋 copy color: '#808DF9'

red 128 ◦ green 141 ◦ blue 249

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

Shades of Light Slate Blue #808DF9

Tints of Light Slate Blue #808DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 24.71%
G = 27.22%
B = 48.07%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#808DF9 (or 0x808DF9) is known color: Light Slate Blue. HEX triplet: 80, 8D and F9. RGB value is (128,141,249). Sum of RGB (Red+Green+Blue) = 128+141+249=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #808DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808DF9 is #7F7206. Grayscale: #949494. Windows color (decimal): -8352263 or 16354688. OLE color: 16354688.

HSL color Cylindrical-coordinate representation of color #808DF9: hue angle of 233.55º degrees, saturation: 0.91, 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 #808DF9 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 141 249 -
CMYK 0.49 0.43 0 0.02
HSL 233.55º 0.91% 0.74% -
HSV(B) 233.55º 0.49% 0.98% -
XYZ 35.53 30.48 93.63 -
YUV 149.43 184.19 112.72 -
System Red Green Blue C M Y K H S L
Decimal 128 141 249 0.49 0.43 0 0.02 233.55 0.91 0.74
Hex 80 8D F9 31 2B 0 2 EA 5B 4A
Octal 200 215 371 61 53 0 2 352 133 112
Binary 10000000 10001101 11111001 110001 101011 0 10 11101010 1011011 1001010

Color Harmonies of #808DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DF9

Black with #808DF9

Text Example


Text Example

White with #808DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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