Html Css Color HEX #856ABD True V

📋 copy color: '#856ABD'

red 133 ◦ green 106 ◦ blue 189

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

Shades of True V #856ABD

Tints of True V #856ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.16%

R = 31.07%
G = 24.77%
B = 44.16%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#856ABD (or 0x856ABD) is known color: True V. HEX triplet: 85, 6A and BD. RGB value is (133,106,189). Sum of RGB (Red+Green+Blue) = 133+106+189=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #856ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ABD is #7A9542. Grayscale: #7B7B7B. Windows color (decimal): -8033603 or 12413573. OLE color: 12413573.

HSL color Cylindrical-coordinate representation of color #856ABD: hue angle of 259.52º degrees, saturation: 0.39, 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 #856ABD is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 106 189 -
CMYK 0.30 0.44 0 0.26
HSL 259.52º 0.39% 0.58% -
HSV(B) 259.52º 0.44% 0.74% -
XYZ 24.01 18.97 50.54 -
YUV 123.54 164.95 134.75 -
System Red Green Blue C M Y K H S L
Decimal 133 106 189 0.30 0.44 0 0.26 259.52 0.39 0.58
Hex 85 6A BD 1E 2C 0 1A 104 27 3A
Octal 205 152 275 36 54 0 32 404 47 72
Binary 10000101 1101010 10111101 11110 101100 0 11010 100000100 100111 111010

Color Harmonies of #856ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ABD

Black with #856ABD

Text Example


Text Example

White with #856ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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