Html Css Color HEX #807DF9 Light Slate Blue

📋 copy color: '#807DF9'

red 128 ◦ green 125 ◦ blue 249

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

Shades of Light Slate Blue #807DF9

Tints of Light Slate Blue #807DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.9%

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

R = 25.5%
G = 24.9%
B = 49.6%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#807DF9 (or 0x807DF9) is known color: Light Slate Blue. HEX triplet: 80, 7D and F9. RGB value is (128,125,249). Sum of RGB (Red+Green+Blue) = 128+125+249=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #807DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DF9 is #7F8206. Grayscale: #8B8B8B. Windows color (decimal): -8356359 or 16350592. OLE color: 16350592.

HSL color Cylindrical-coordinate representation of color #807DF9: hue angle of 241.45º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807DF9 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 125 249 -
CMYK 0.49 0.50 0 0.02
HSL 241.45º 0.91% 0.73% -
HSV(B) 241.45º 0.5% 0.98% -
XYZ 33.33 26.1 92.9 -
YUV 140.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 128 125 249 0.49 0.50 0 0.02 241.45 0.91 0.73
Hex 80 7D F9 31 32 0 2 F1 5B 49
Octal 200 175 371 61 62 0 2 361 133 111
Binary 10000000 1111101 11111001 110001 110010 0 10 11110001 1011011 1001001

Color Harmonies of #807DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DF9

Black with #807DF9

Text Example


Text Example

White with #807DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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