Html Css Color HEX #856ABA True V

📋 copy color: '#856ABA'

red 133 ◦ green 106 ◦ blue 186

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

Shades of True V #856ABA

Tints of True V #856ABA

RGB

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

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

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

R = 31.29%
G = 24.94%
B = 43.76%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#856ABA (or 0x856ABA) is known color: True V. HEX triplet: 85, 6A and BA. RGB value is (133,106,186). Sum of RGB (Red+Green+Blue) = 133+106+186=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #856ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ABA is #7A9545. Grayscale: #7A7A7A. Windows color (decimal): -8033606 or 12216965. OLE color: 12216965.

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

Color convert

RGB 133 106 186 -
CMYK 0.28 0.43 0 0.27
HSL 260.25º 0.37% 0.57% -
HSV(B) 260.25º 0.43% 0.73% -
XYZ 23.69 18.84 48.84 -
YUV 123.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 133 106 186 0.28 0.43 0 0.27 260.25 0.37 0.57
Hex 85 6A BA 1C 2B 0 1B 104 25 39
Octal 205 152 272 34 53 0 33 404 45 71
Binary 10000101 1101010 10111010 11100 101011 0 11011 100000100 100101 111001

Color Harmonies of #856ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ABA

Black with #856ABA

Text Example


Text Example

White with #856ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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