Html Css Color HEX #856ABC True V

📋 copy color: '#856ABC'

red 133 ◦ green 106 ◦ blue 188

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

Shades of True V #856ABC

Tints of True V #856ABC

RGB

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

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

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

R = 31.15%
G = 24.82%
B = 44.03%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#856ABC (or 0x856ABC) is known color: True V. HEX triplet: 85, 6A and BC. RGB value is (133,106,188). Sum of RGB (Red+Green+Blue) = 133+106+188=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #856ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ABC is #7A9543. Grayscale: #7B7B7B. Windows color (decimal): -8033604 or 12348037. OLE color: 12348037.

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

Color convert

RGB 133 106 188 -
CMYK 0.29 0.44 0 0.26
HSL 259.76º 0.38% 0.58% -
HSV(B) 259.76º 0.44% 0.74% -
XYZ 23.9 18.93 49.97 -
YUV 123.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 133 106 188 0.29 0.44 0 0.26 259.76 0.38 0.58
Hex 85 6A BC 1D 2C 0 1A 104 26 3A
Octal 205 152 274 35 54 0 32 404 46 72
Binary 10000101 1101010 10111100 11101 101100 0 11010 100000100 100110 111010

Color Harmonies of #856ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ABC

Black with #856ABC

Text Example


Text Example

White with #856ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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