Html Css Color HEX #856EBC True V

📋 copy color: '#856EBC'

red 133 ◦ green 110 ◦ blue 188

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

Shades of True V #856EBC

Tints of True V #856EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 30.86%
G = 25.52%
B = 43.62%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#856EBC (or 0x856EBC) is known color: True V. HEX triplet: 85, 6E and BC. RGB value is (133,110,188). Sum of RGB (Red+Green+Blue) = 133+110+188=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #856EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EBC is #7A9143. Grayscale: #7D7D7D. Windows color (decimal): -8032580 or 12349061. OLE color: 12349061.

HSL color Cylindrical-coordinate representation of color #856EBC: hue angle of 257.69º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #856EBC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 110 188 -
CMYK 0.29 0.41 0 0.26
HSL 257.69º 0.37% 0.58% -
HSV(B) 257.69º 0.41% 0.74% -
XYZ 24.33 19.77 50.11 -
YUV 125.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 133 110 188 0.29 0.41 0 0.26 257.69 0.37 0.58
Hex 85 6E BC 1D 29 0 1A 102 25 3A
Octal 205 156 274 35 51 0 32 402 45 72
Binary 10000101 1101110 10111100 11101 101001 0 11010 100000010 100101 111010

Color Harmonies of #856EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EBC

Black with #856EBC

Text Example


Text Example

White with #856EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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