Html Css Color HEX #856EBA True V

📋 copy color: '#856EBA'

red 133 ◦ green 110 ◦ blue 186

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

Shades of True V #856EBA

Tints of True V #856EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 31%
G = 25.64%
B = 43.36%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#856EBA (or 0x856EBA) is known color: True V. HEX triplet: 85, 6E and BA. RGB value is (133,110,186). Sum of RGB (Red+Green+Blue) = 133+110+186=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #856EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856EBA is #7A9145. Grayscale: #7D7D7D. Windows color (decimal): -8032582 or 12217989. OLE color: 12217989.

HSL color Cylindrical-coordinate representation of color #856EBA: hue angle of 258.16º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #856EBA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 110 186 -
CMYK 0.28 0.41 0 0.27
HSL 258.16º 0.36% 0.58% -
HSV(B) 258.16º 0.41% 0.73% -
XYZ 24.11 19.68 48.98 -
YUV 125.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 133 110 186 0.28 0.41 0 0.27 258.16 0.36 0.58
Hex 85 6E BA 1C 29 0 1B 102 24 3A
Octal 205 156 272 34 51 0 33 402 44 72
Binary 10000101 1101110 10111010 11100 101001 0 11011 100000010 100100 111010

Color Harmonies of #856EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856EBA

Black with #856EBA

Text Example


Text Example

White with #856EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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