Html Css Color HEX #807BFB Light Slate Blue

📋 copy color: '#807BFB'

red 128 ◦ green 123 ◦ blue 251

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

Shades of Light Slate Blue #807BFB

Tints of Light Slate Blue #807BFB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.5%

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

R = 25.5%
G = 24.5%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#807BFB (or 0x807BFB) is known color: Light Slate Blue. HEX triplet: 80, 7B and FB. RGB value is (128,123,251). Sum of RGB (Red+Green+Blue) = 128+123+251=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #807BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807BFB is #7F8404. Grayscale: #8A8A8A. Windows color (decimal): -8356869 or 16481152. OLE color: 16481152.

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

Color convert

RGB 128 123 251 -
CMYK 0.49 0.51 0 0.02
HSL 242.34º 0.94% 0.73% -
HSV(B) 242.34º 0.51% 0.98% -
XYZ 33.4 25.72 94.47 -
YUV 139.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 128 123 251 0.49 0.51 0 0.02 242.34 0.94 0.73
Hex 80 7B FB 31 33 0 2 F2 5E 49
Octal 200 173 373 61 63 0 2 362 136 111
Binary 10000000 1111011 11111011 110001 110011 0 10 11110010 1011110 1001001

Color Harmonies of #807BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BFB

Black with #807BFB

Text Example


Text Example

White with #807BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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