Html Css Color HEX #807DF2 Light Slate Blue

📋 copy color: '#807DF2'

red 128 ◦ green 125 ◦ blue 242

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

Shades of Light Slate Blue #807DF2

Tints of Light Slate Blue #807DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.89%

R = 25.86%
G = 25.25%
B = 48.89%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#807DF2 (or 0x807DF2) is known color: Light Slate Blue. HEX triplet: 80, 7D and F2. RGB value is (128,125,242). Sum of RGB (Red+Green+Blue) = 128+125+242=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #807DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DF2 is #7F820D. Grayscale: #8A8A8A. Windows color (decimal): -8356366 or 15891840. OLE color: 15891840.

HSL color Cylindrical-coordinate representation of color #807DF2: hue angle of 241.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #807DF2 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 125 242 -
CMYK 0.47 0.48 0 0.05
HSL 241.54º 0.82% 0.72% -
HSV(B) 241.54º 0.48% 0.95% -
XYZ 32.26 25.67 87.26 -
YUV 139.24 185.99 119.99 -
System Red Green Blue C M Y K H S L
Decimal 128 125 242 0.47 0.48 0 0.05 241.54 0.82 0.72
Hex 80 7D F2 2F 30 0 5 F2 52 48
Octal 200 175 362 57 60 0 5 362 122 110
Binary 10000000 1111101 11110010 101111 110000 0 101 11110010 1010010 1001000

Color Harmonies of #807DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DF2

Black with #807DF2

Text Example


Text Example

White with #807DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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