Html Css Color HEX #856ACC True V

📋 copy color: '#856ACC'

red 133 ◦ green 106 ◦ blue 204

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

Shades of True V #856ACC

Tints of True V #856ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 30.02%
G = 23.93%
B = 46.05%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#856ACC (or 0x856ACC) is known color: True V. HEX triplet: 85, 6A and CC. RGB value is (133,106,204). Sum of RGB (Red+Green+Blue) = 133+106+204=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #856ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ACC is #7A9533. Grayscale: #7C7C7C. Windows color (decimal): -8033588 or 13396613. OLE color: 13396613.

HSL color Cylindrical-coordinate representation of color #856ACC: hue angle of 256.53º degrees, saturation: 0.49, 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 #856ACC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 106 204 -
CMYK 0.35 0.48 0 0.2
HSL 256.53º 0.49% 0.61% -
HSV(B) 256.53º 0.48% 0.8% -
XYZ 25.73 19.65 59.56 -
YUV 125.25 172.45 133.53 -
System Red Green Blue C M Y K H S L
Decimal 133 106 204 0.35 0.48 0 0.2 256.53 0.49 0.61
Hex 85 6A CC 23 30 0 14 101 31 3D
Octal 205 152 314 43 60 0 24 401 61 75
Binary 10000101 1101010 11001100 100011 110000 0 10100 100000001 110001 111101

Color Harmonies of #856ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ACC

Black with #856ACC

Text Example


Text Example

White with #856ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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