Html Css Color HEX #807DFB Light Slate Blue

📋 copy color: '#807DFB'

red 128 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #807DFB

Tints of Light Slate Blue #807DFB

RGB

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

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

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

R = 25.4%
G = 24.8%
B = 49.8%

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

#807DFB (or 0x807DFB) is known color: Light Slate Blue. HEX triplet: 80, 7D and FB. RGB value is (128,125,251). Sum of RGB (Red+Green+Blue) = 128+125+251=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #807DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807DFB is #7F8204. Grayscale: #8B8B8B. Windows color (decimal): -8356357 or 16481664. OLE color: 16481664.

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

Color convert

RGB 128 125 251 -
CMYK 0.49 0.50 0 0.02
HSL 241.43º 0.94% 0.74% -
HSV(B) 241.43º 0.5% 0.98% -
XYZ 33.65 26.22 94.55 -
YUV 140.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 128 125 251 0.49 0.50 0 0.02 241.43 0.94 0.74
Hex 80 7D FB 31 32 0 2 F1 5E 4A
Octal 200 175 373 61 62 0 2 361 136 112
Binary 10000000 1111101 11111011 110001 110010 0 10 11110001 1011110 1001010

Color Harmonies of #807DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807DFB

Black with #807DFB

Text Example


Text Example

White with #807DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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