Html Css Color HEX #856BCC True V

📋 copy color: '#856BCC'

red 133 ◦ green 107 ◦ blue 204

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

Shades of True V #856BCC

Tints of True V #856BCC

RGB

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

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

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

R = 29.95%
G = 24.1%
B = 45.95%

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

#856BCC (or 0x856BCC) is known color: True V. HEX triplet: 85, 6B and CC. RGB value is (133,107,204). Sum of RGB (Red+Green+Blue) = 133+107+204=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #856BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BCC is #7A9433. Grayscale: #7D7D7D. Windows color (decimal): -8033332 or 13396869. OLE color: 13396869.

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

Color convert

RGB 133 107 204 -
CMYK 0.35 0.48 0 0.2
HSL 256.08º 0.49% 0.61% -
HSV(B) 256.08º 0.48% 0.8% -
XYZ 25.83 19.86 59.6 -
YUV 125.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 133 107 204 0.35 0.48 0 0.2 256.08 0.49 0.61
Hex 85 6B CC 23 30 0 14 100 31 3D
Octal 205 153 314 43 60 0 24 400 61 75
Binary 10000101 1101011 11001100 100011 110000 0 10100 100000000 110001 111101

Color Harmonies of #856BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BCC

Black with #856BCC

Text Example


Text Example

White with #856BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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