Html Css Color HEX #856BCD True V

📋 copy color: '#856BCD'

red 133 ◦ green 107 ◦ blue 205

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

Shades of True V #856BCD

Tints of True V #856BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.04%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 29.89%
G = 24.04%
B = 46.07%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#856BCD (or 0x856BCD) is known color: True V. HEX triplet: 85, 6B and CD. RGB value is (133,107,205). Sum of RGB (Red+Green+Blue) = 133+107+205=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #856BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BCD is #7A9432. Grayscale: #7D7D7D. Windows color (decimal): -8033331 or 13462405. OLE color: 13462405.

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

Color convert

RGB 133 107 205 -
CMYK 0.35 0.48 0 0.20
HSL 255.92º 0.49% 0.61% -
HSV(B) 255.92º 0.48% 0.8% -
XYZ 25.95 19.91 60.23 -
YUV 125.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 133 107 205 0.35 0.48 0 0.20 255.92 0.49 0.61
Hex 85 6B CD 23 30 0 14 100 31 3D
Octal 205 153 315 43 60 0 24 400 61 75
Binary 10000101 1101011 11001101 100011 110000 0 10100 100000000 110001 111101

Color Harmonies of #856BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BCD

Black with #856BCD

Text Example


Text Example

White with #856BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,107,205); }

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

background-color css

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

 a { background-color: rgb(133,107,205); }

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

border-color css

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

 span { border-color: rgb(133,107,205); }

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