Html Css Color HEX #856DBE True V

📋 copy color: '#856DBE'

red 133 ◦ green 109 ◦ blue 190

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

Shades of True V #856DBE

Tints of True V #856DBE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 30.79%
G = 25.23%
B = 43.98%

CMYK

 C value IS 0.3

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856DBE (or 0x856DBE) is known color: True V. HEX triplet: 85, 6D and BE. RGB value is (133,109,190). Sum of RGB (Red+Green+Blue) = 133+109+190=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #856DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBE is #7A9241. Grayscale: #7D7D7D. Windows color (decimal): -8032834 or 12479877. OLE color: 12479877.

HSL color Cylindrical-coordinate representation of color #856DBE: hue angle of 257.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #856DBE is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 109 190 -
CMYK 0.3 0.43 0 0.25
HSL 257.78º 0.38% 0.59% -
HSV(B) 257.78º 0.43% 0.75% -
XYZ 24.44 19.64 51.22 -
YUV 125.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 133 109 190 0.3 0.43 0 0.25 257.78 0.38 0.59
Hex 85 6D BE 1E 2B 0 19 102 26 3B
Octal 205 155 276 36 53 0 31 402 46 73
Binary 10000101 1101101 10111110 11110 101011 0 11001 100000010 100110 111011

Color Harmonies of #856DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DBE

Black with #856DBE

Text Example


Text Example

White with #856DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,190); }

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

background-color css

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

 a { background-color: rgb(133,109,190); }

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

border-color css

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

 span { border-color: rgb(133,109,190); }

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