Html Css Color HEX #806CFF Light Slate Blue

📋 copy color: '#806CFF'

red 128 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #806CFF

Tints of Light Slate Blue #806CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

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

R = 26.07%
G = 22%
B = 51.93%

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

#806CFF (or 0x806CFF) is known color: Light Slate Blue. HEX triplet: 80, 6C and FF. RGB value is (128,108,255). Sum of RGB (Red+Green+Blue) = 128+108+255=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #806CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806CFF is #7F9300. Grayscale: #828282. Windows color (decimal): -8360705 or 16739456. OLE color: 16739456.

HSL color Cylindrical-coordinate representation of color #806CFF: hue angle of 248.16º 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 #806CFF is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 108 255 -
CMYK 0.50 0.58 0 0
HSL 248.16º 1% 0.71% -
HSV(B) 248.16º 0.58% 1% -
XYZ 32.31 22.53 97.25 -
YUV 130.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 128 108 255 0.50 0.58 0 0 248.16 1 0.71
Hex 80 6C FF 32 3A 0 0 F8 64 47
Octal 200 154 377 62 72 0 0 370 144 107
Binary 10000000 1101100 11111111 110010 111010 0 0 11111000 1100100 1000111

Color Harmonies of #806CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806CFF

Black with #806CFF

Text Example


Text Example

White with #806CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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