Html Css Color HEX #856AFF Light Slate Blue

📋 copy color: '#856AFF'

red 133 ◦ green 106 ◦ blue 255

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

Shades of Light Slate Blue #856AFF

Tints of Light Slate Blue #856AFF

RGB

 RED value IS 133 (52.34% from 255) = 26.92%

 GREEN value IS 106 (41.8% from 255) = 21.46%

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

R = 26.92%
G = 21.46%
B = 51.62%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#856AFF (or 0x856AFF) is known color: Light Slate Blue. HEX triplet: 85, 6A and FF. RGB value is (133,106,255). Sum of RGB (Red+Green+Blue) = 133+106+255=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #856AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856AFF is #7A9500. Grayscale: #828282. Windows color (decimal): -8033537 or 16738949. OLE color: 16738949.

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

Color convert

RGB 133 106 255 -
CMYK 0.48 0.58 0 0
HSL 250.87º 1% 0.71% -
HSV(B) 250.87º 0.58% 1% -
XYZ 32.88 22.51 97.22 -
YUV 131.06 197.95 129.38 -
System Red Green Blue C M Y K H S L
Decimal 133 106 255 0.48 0.58 0 0 250.87 1 0.71
Hex 85 6A FF 30 3A 0 0 FB 64 47
Octal 205 152 377 60 72 0 0 373 144 107
Binary 10000101 1101010 11111111 110000 111010 0 0 11111011 1100100 1000111

Color Harmonies of #856AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856AFF

Black with #856AFF

Text Example


Text Example

White with #856AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856AFF; }

 p { color: rgb(133,106,255); }

 H1.HeaderClassName
 {
   color: #856AFF;
 }
 .AnyTagClassName
 {
   color: #856AFF;
 }
</style>

background-color css

<style>
 a { background-color: #856AFF; }

 a { background-color: rgb(133,106,255); }

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

border-color css

<style>
 span { border-color: #856AFF; }

 span { border-color: rgb(133,106,255); }

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