Html Css Color HEX #806BFE Light Slate Blue

📋 copy color: '#806BFE'

red 128 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #806BFE

Tints of Light Slate Blue #806BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 26.18%
G = 21.88%
B = 51.94%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#806BFE (or 0x806BFE) is known color: Light Slate Blue. HEX triplet: 80, 6B and FE. RGB value is (128,107,254). Sum of RGB (Red+Green+Blue) = 128+107+254=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #806BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806BFE is #7F9401. Grayscale: #818181. Windows color (decimal): -8360962 or 16673664. OLE color: 16673664.

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

Color convert

RGB 128 107 254 -
CMYK 0.50 0.58 0 0.00
HSL 248.57º 0.99% 0.71% -
HSV(B) 248.57º 0.58% 1% -
XYZ 32.05 22.26 96.37 -
YUV 130.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 128 107 254 0.50 0.58 0 0.00 248.57 0.99 0.71
Hex 80 6B FE 32 3A 0 0 F9 63 47
Octal 200 153 376 62 72 0 0 371 143 107
Binary 10000000 1101011 11111110 110010 111010 0 0 11111001 1100011 1000111

Color Harmonies of #806BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806BFE

Black with #806BFE

Text Example


Text Example

White with #806BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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