Html Css Color HEX #856EBE True V

📋 copy color: '#856EBE'

red 133 ◦ green 110 ◦ blue 190

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

Shades of True V #856EBE

Tints of True V #856EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 30.72%
G = 25.4%
B = 43.88%

CMYK

 C value IS 0.3

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856EBE (or 0x856EBE) is known color: True V. HEX triplet: 85, 6E and BE. RGB value is (133,110,190). Sum of RGB (Red+Green+Blue) = 133+110+190=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #856EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EBE is #7A9141. Grayscale: #7D7D7D. Windows color (decimal): -8032578 or 12480133. OLE color: 12480133.

HSL color Cylindrical-coordinate representation of color #856EBE: hue angle of 257.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856EBE is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 110 190 -
CMYK 0.3 0.42 0 0.25
HSL 257.25º 0.38% 0.59% -
HSV(B) 257.25º 0.42% 0.75% -
XYZ 24.54 19.86 51.25 -
YUV 126 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 133 110 190 0.3 0.42 0 0.25 257.25 0.38 0.59
Hex 85 6E BE 1E 2A 0 19 101 26 3B
Octal 205 156 276 36 52 0 31 401 46 73
Binary 10000101 1101110 10111110 11110 101010 0 11001 100000001 100110 111011

Color Harmonies of #856EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EBE

Black with #856EBE

Text Example


Text Example

White with #856EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,190); }

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

background-color css

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

 a { background-color: rgb(133,110,190); }

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

border-color css

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

 span { border-color: rgb(133,110,190); }

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