Html Css Color HEX #856ECC True V

📋 copy color: '#856ECC'

red 133 ◦ green 110 ◦ blue 204

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

Shades of True V #856ECC

Tints of True V #856ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

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

R = 29.75%
G = 24.61%
B = 45.64%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#856ECC (or 0x856ECC) is known color: True V. HEX triplet: 85, 6E and CC. RGB value is (133,110,204). Sum of RGB (Red+Green+Blue) = 133+110+204=447 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.75% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #856ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ECC is #7A9133. Grayscale: #7F7F7F. Windows color (decimal): -8032564 or 13397637. OLE color: 13397637.

HSL color Cylindrical-coordinate representation of color #856ECC: hue angle of 254.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856ECC is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 110 204 -
CMYK 0.35 0.46 0 0.2
HSL 254.68º 0.48% 0.62% -
HSV(B) 254.68º 0.46% 0.8% -
XYZ 26.15 20.5 59.71 -
YUV 127.59 171.12 131.86 -
System Red Green Blue C M Y K H S L
Decimal 133 110 204 0.35 0.46 0 0.2 254.68 0.48 0.62
Hex 85 6E CC 23 2E 0 14 FF 30 3E
Octal 205 156 314 43 56 0 24 377 60 76
Binary 10000101 1101110 11001100 100011 101110 0 10100 11111111 110000 111110

Color Harmonies of #856ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ECC

Black with #856ECC

Text Example


Text Example

White with #856ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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