Html Css Color HEX #806EFF Light Slate Blue

📋 copy color: '#806EFF'

red 128 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #806EFF

Tints of Light Slate Blue #806EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

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

R = 25.96%
G = 22.31%
B = 51.72%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#806EFF (or 0x806EFF) is known color: Light Slate Blue. HEX triplet: 80, 6E and FF. RGB value is (128,110,255). Sum of RGB (Red+Green+Blue) = 128+110+255=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #806EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EFF is #7F9100. Grayscale: #838383. Windows color (decimal): -8360193 or 16739968. OLE color: 16739968.

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

Color convert

RGB 128 110 255 -
CMYK 0.50 0.57 0 0
HSL 247.45º 1% 0.72% -
HSV(B) 247.45º 0.57% 1% -
XYZ 32.53 22.96 97.33 -
YUV 131.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 128 110 255 0.50 0.57 0 0 247.45 1 0.72
Hex 80 6E FF 32 39 0 0 F7 64 48
Octal 200 156 377 62 71 0 0 367 144 110
Binary 10000000 1101110 11111111 110010 111001 0 0 11110111 1100100 1001000

Color Harmonies of #806EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806EFF

Black with #806EFF

Text Example


Text Example

White with #806EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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