Html Css Color HEX #856ACE True V

📋 copy color: '#856ACE'

red 133 ◦ green 106 ◦ blue 206

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

Shades of True V #856ACE

Tints of True V #856ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 29.89%
G = 23.82%
B = 46.29%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856ACE (or 0x856ACE) is known color: True V. HEX triplet: 85, 6A and CE. RGB value is (133,106,206). Sum of RGB (Red+Green+Blue) = 133+106+206=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #856ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ACE is #7A9531. Grayscale: #7D7D7D. Windows color (decimal): -8033586 or 13527685. OLE color: 13527685.

HSL color Cylindrical-coordinate representation of color #856ACE: hue angle of 256.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #856ACE is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 106 206 -
CMYK 0.35 0.49 0 0.19
HSL 256.2º 0.51% 0.61% -
HSV(B) 256.2º 0.49% 0.81% -
XYZ 25.97 19.75 60.84 -
YUV 125.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 133 106 206 0.35 0.49 0 0.19 256.2 0.51 0.61
Hex 85 6A CE 23 31 0 13 100 33 3D
Octal 205 152 316 43 61 0 23 400 63 75
Binary 10000101 1101010 11001110 100011 110001 0 10011 100000000 110011 111101

Color Harmonies of #856ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ACE

Black with #856ACE

Text Example


Text Example

White with #856ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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