Html Css Color HEX #856DC0 True V

📋 copy color: '#856DC0'

red 133 ◦ green 109 ◦ blue 192

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

Shades of True V #856DC0

Tints of True V #856DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.12%

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 30.65%
G = 25.12%
B = 44.24%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856DC0 (or 0x856DC0) is known color: True V. HEX triplet: 85, 6D and C0. RGB value is (133,109,192). Sum of RGB (Red+Green+Blue) = 133+109+192=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #856DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DC0 is #7A923F. Grayscale: #7D7D7D. Windows color (decimal): -8032832 or 12610949. OLE color: 12610949.

HSL color Cylindrical-coordinate representation of color #856DC0: hue angle of 257.35º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #856DC0 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 109 192 -
CMYK 0.31 0.43 0 0.25
HSL 257.35º 0.4% 0.59% -
HSV(B) 257.35º 0.43% 0.75% -
XYZ 24.66 19.73 52.38 -
YUV 125.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 133 109 192 0.31 0.43 0 0.25 257.35 0.4 0.59
Hex 85 6D C0 1F 2B 0 19 101 28 3B
Octal 205 155 300 37 53 0 31 401 50 73
Binary 10000101 1101101 11000000 11111 101011 0 11001 100000001 101000 111011

Color Harmonies of #856DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DC0

Black with #856DC0

Text Example


Text Example

White with #856DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,192); }

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

background-color css

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

 a { background-color: rgb(133,109,192); }

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

border-color css

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

 span { border-color: rgb(133,109,192); }

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