Html Css Color HEX #807DF4 Light Slate Blue

📋 copy color: '#807DF4'

red 128 ◦ green 125 ◦ blue 244

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

Shades of Light Slate Blue #807DF4

Tints of Light Slate Blue #807DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.09%

R = 25.75%
G = 25.15%
B = 49.09%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#807DF4 (or 0x807DF4) is known color: Light Slate Blue. HEX triplet: 80, 7D and F4. RGB value is (128,125,244). Sum of RGB (Red+Green+Blue) = 128+125+244=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #807DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DF4 is #7F820B. Grayscale: #8A8A8A. Windows color (decimal): -8356364 or 16022912. OLE color: 16022912.

HSL color Cylindrical-coordinate representation of color #807DF4: hue angle of 241.51º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #807DF4 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 125 244 -
CMYK 0.48 0.49 0 0.04
HSL 241.51º 0.84% 0.72% -
HSV(B) 241.51º 0.49% 0.96% -
XYZ 32.56 25.79 88.85 -
YUV 139.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 128 125 244 0.48 0.49 0 0.04 241.51 0.84 0.72
Hex 80 7D F4 30 31 0 4 F2 54 48
Octal 200 175 364 60 61 0 4 362 124 110
Binary 10000000 1111101 11110100 110000 110001 0 100 11110010 1010100 1001000

Color Harmonies of #807DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DF4

Black with #807DF4

Text Example


Text Example

White with #807DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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