Html Css Color HEX #856FE8 Medium Slate Blue

📋 copy color: '#856FE8'

red 133 ◦ green 111 ◦ blue 232

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

Shades of Medium Slate Blue #856FE8

Tints of Medium Slate Blue #856FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.32%

 BLUE value IS 232 (91.02% from 255) = 48.74%

R = 27.94%
G = 23.32%
B = 48.74%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#856FE8 (or 0x856FE8) is known color: Medium Slate Blue. HEX triplet: 85, 6F and E8. RGB value is (133,111,232). Sum of RGB (Red+Green+Blue) = 133+111+232=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 232 (91.02% from 255 or 48.74% from 476); Max value from RGB is 232 - color contains mainly: blue. Hex color #856FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FE8 is #7A9017. Grayscale: #828282. Windows color (decimal): -8032280 or 15232901. OLE color: 15232901.

HSL color Cylindrical-coordinate representation of color #856FE8: hue angle of 250.91º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856FE8 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 111 232 -
CMYK 0.43 0.52 0 0.09
HSL 250.91º 0.72% 0.67% -
HSV(B) 250.91º 0.52% 0.91% -
XYZ 29.92 22.18 79.05 -
YUV 131.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 133 111 232 0.43 0.52 0 0.09 250.91 0.72 0.67
Hex 85 6F E8 2B 34 0 9 FB 48 43
Octal 205 157 350 53 64 0 11 373 110 103
Binary 10000101 1101111 11101000 101011 110100 0 1001 11111011 1001000 1000011

Color Harmonies of #856FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FE8

Black with #856FE8

Text Example


Text Example

White with #856FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,232); }

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

background-color css

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

 a { background-color: rgb(133,111,232); }

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

border-color css

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

 span { border-color: rgb(133,111,232); }

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