Html Css Color HEX #856DBF True V

📋 copy color: '#856DBF'

red 133 ◦ green 109 ◦ blue 191

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

Shades of True V #856DBF

Tints of True V #856DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 30.72%
G = 25.17%
B = 44.11%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856DBF (or 0x856DBF) is known color: True V. HEX triplet: 85, 6D and BF. RGB value is (133,109,191). Sum of RGB (Red+Green+Blue) = 133+109+191=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #856DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBF is #7A9240. Grayscale: #7D7D7D. Windows color (decimal): -8032833 or 12545413. OLE color: 12545413.

HSL color Cylindrical-coordinate representation of color #856DBF: hue angle of 257.56º degrees, saturation: 0.39, 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 #856DBF is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 109 191 -
CMYK 0.30 0.43 0 0.25
HSL 257.56º 0.39% 0.59% -
HSV(B) 257.56º 0.43% 0.75% -
XYZ 24.55 19.69 51.8 -
YUV 125.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 133 109 191 0.30 0.43 0 0.25 257.56 0.39 0.59
Hex 85 6D BF 1E 2B 0 19 102 27 3B
Octal 205 155 277 36 53 0 31 402 47 73
Binary 10000101 1101101 10111111 11110 101011 0 11001 100000010 100111 111011

Color Harmonies of #856DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DBF

Black with #856DBF

Text Example


Text Example

White with #856DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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