Html Css Color HEX #856ACB True V

📋 copy color: '#856ACB'

red 133 ◦ green 106 ◦ blue 203

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

Shades of True V #856ACB

Tints of True V #856ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 30.09%
G = 23.98%
B = 45.93%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#856ACB (or 0x856ACB) is known color: True V. HEX triplet: 85, 6A and CB. RGB value is (133,106,203). Sum of RGB (Red+Green+Blue) = 133+106+203=442 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.09% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #856ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ACB is #7A9534. Grayscale: #7C7C7C. Windows color (decimal): -8033589 or 13331077. OLE color: 13331077.

HSL color Cylindrical-coordinate representation of color #856ACB: hue angle of 256.7º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856ACB is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 106 203 -
CMYK 0.34 0.48 0 0.20
HSL 256.7º 0.48% 0.61% -
HSV(B) 256.7º 0.48% 0.8% -
XYZ 25.61 19.61 58.93 -
YUV 125.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 133 106 203 0.34 0.48 0 0.20 256.7 0.48 0.61
Hex 85 6A CB 22 30 0 14 101 30 3D
Octal 205 152 313 42 60 0 24 401 60 75
Binary 10000101 1101010 11001011 100010 110000 0 10100 100000001 110000 111101

Color Harmonies of #856ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ACB

Black with #856ACB

Text Example


Text Example

White with #856ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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