Html Css Color HEX #806FFB Light Slate Blue

📋 copy color: '#806FFB'

red 128 ◦ green 111 ◦ blue 251

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

Shades of Light Slate Blue #806FFB

Tints of Light Slate Blue #806FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.65%

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

R = 26.12%
G = 22.65%
B = 51.22%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#806FFB (or 0x806FFB) is known color: Light Slate Blue. HEX triplet: 80, 6F and FB. RGB value is (128,111,251). Sum of RGB (Red+Green+Blue) = 128+111+251=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #806FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806FFB is #7F9004. Grayscale: #838383. Windows color (decimal): -8359941 or 16478080. OLE color: 16478080.

HSL color Cylindrical-coordinate representation of color #806FFB: hue angle of 247.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806FFB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 111 251 -
CMYK 0.49 0.56 0 0.02
HSL 247.29º 0.95% 0.71% -
HSV(B) 247.29º 0.56% 0.98% -
XYZ 32 22.92 94 -
YUV 132.04 195.13 125.12 -
System Red Green Blue C M Y K H S L
Decimal 128 111 251 0.49 0.56 0 0.02 247.29 0.95 0.71
Hex 80 6F FB 31 38 0 2 F7 5F 47
Octal 200 157 373 61 70 0 2 367 137 107
Binary 10000000 1101111 11111011 110001 111000 0 10 11110111 1011111 1000111

Color Harmonies of #806FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FFB

Black with #806FFB

Text Example


Text Example

White with #806FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806FFB; }

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

 H1.HeaderClassName
 {
   color: #806FFB;
 }
 .AnyTagClassName
 {
   color: #806FFB;
 }
</style>

background-color css

<style>
 a { background-color: #806FFB; }

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

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

border-color css

<style>
 span { border-color: #806FFB; }

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

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