Html Css Color HEX #856ECE True V

📋 copy color: '#856ECE'

red 133 ◦ green 110 ◦ blue 206

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

Shades of True V #856ECE

Tints of True V #856ECE

RGB

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

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

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

R = 29.62%
G = 24.5%
B = 45.88%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#856ECE (or 0x856ECE) is known color: True V. HEX triplet: 85, 6E and CE. RGB value is (133,110,206). Sum of RGB (Red+Green+Blue) = 133+110+206=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #856ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ECE is #7A9131. Grayscale: #7F7F7F. Windows color (decimal): -8032562 or 13528709. OLE color: 13528709.

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

Color convert

RGB 133 110 206 -
CMYK 0.35 0.47 0 0.19
HSL 254.38º 0.49% 0.62% -
HSV(B) 254.38º 0.47% 0.81% -
XYZ 26.39 20.59 60.98 -
YUV 127.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 133 110 206 0.35 0.47 0 0.19 254.38 0.49 0.62
Hex 85 6E CE 23 2F 0 13 FE 31 3E
Octal 205 156 316 43 57 0 23 376 61 76
Binary 10000101 1101110 11001110 100011 101111 0 10011 11111110 110001 111110

Color Harmonies of #856ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ECE

Black with #856ECE

Text Example


Text Example

White with #856ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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