Html Css Color HEX #856ECB True V

📋 copy color: '#856ECB'

red 133 ◦ green 110 ◦ blue 203

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

Shades of True V #856ECB

Tints of True V #856ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 29.82%
G = 24.66%
B = 45.52%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#856ECB (or 0x856ECB) is known color: True V. HEX triplet: 85, 6E and CB. RGB value is (133,110,203). Sum of RGB (Red+Green+Blue) = 133+110+203=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #856ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856ECB is #7A9134. Grayscale: #7F7F7F. Windows color (decimal): -8032565 or 13332101. OLE color: 13332101.

HSL color Cylindrical-coordinate representation of color #856ECB: hue angle of 254.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #856ECB is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 110 203 -
CMYK 0.34 0.46 0 0.20
HSL 254.84º 0.47% 0.61% -
HSV(B) 254.84º 0.46% 0.8% -
XYZ 26.03 20.45 59.08 -
YUV 127.48 170.62 131.94 -
System Red Green Blue C M Y K H S L
Decimal 133 110 203 0.34 0.46 0 0.20 254.84 0.47 0.61
Hex 85 6E CB 22 2E 0 14 FF 2F 3D
Octal 205 156 313 42 56 0 24 377 57 75
Binary 10000101 1101110 11001011 100010 101110 0 10100 11111111 101111 111101

Color Harmonies of #856ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856ECB

Black with #856ECB

Text Example


Text Example

White with #856ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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