Html Css Color HEX #806BFF Light Slate Blue

📋 copy color: '#806BFF'

red 128 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #806BFF

Tints of Light Slate Blue #806BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.84%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 26.12%
G = 21.84%
B = 52.04%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#806BFF (or 0x806BFF) is known color: Light Slate Blue. HEX triplet: 80, 6B and FF. RGB value is (128,107,255). Sum of RGB (Red+Green+Blue) = 128+107+255=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #806BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806BFF is #7F9400. Grayscale: #818181. Windows color (decimal): -8360961 or 16739200. OLE color: 16739200.

HSL color Cylindrical-coordinate representation of color #806BFF: hue angle of 248.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #806BFF is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 107 255 -
CMYK 0.50 0.58 0 0
HSL 248.51º 1% 0.71% -
HSV(B) 248.51º 0.58% 1% -
XYZ 32.21 22.32 97.22 -
YUV 130.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 128 107 255 0.50 0.58 0 0 248.51 1 0.71
Hex 80 6B FF 32 3A 0 0 F9 64 47
Octal 200 153 377 62 72 0 0 371 144 107
Binary 10000000 1101011 11111111 110010 111010 0 0 11111001 1100100 1000111

Color Harmonies of #806BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BFF

Black with #806BFF

Text Example


Text Example

White with #806BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,107,255); }

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

background-color css

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

 a { background-color: rgb(128,107,255); }

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

border-color css

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

 span { border-color: rgb(128,107,255); }

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