Html Css Color HEX #856DBD True V

📋 copy color: '#856DBD'

red 133 ◦ green 109 ◦ blue 189

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

Shades of True V #856DBD

Tints of True V #856DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 30.86%
G = 25.29%
B = 43.85%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#856DBD (or 0x856DBD) is known color: True V. HEX triplet: 85, 6D and BD. RGB value is (133,109,189). Sum of RGB (Red+Green+Blue) = 133+109+189=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #856DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBD is #7A9242. Grayscale: #7D7D7D. Windows color (decimal): -8032835 or 12414341. OLE color: 12414341.

HSL color Cylindrical-coordinate representation of color #856DBD: hue angle of 258º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856DBD is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 109 189 -
CMYK 0.30 0.42 0 0.26
HSL 258º 0.38% 0.58% -
HSV(B) 258º 0.42% 0.74% -
XYZ 24.33 19.6 50.64 -
YUV 125.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 133 109 189 0.30 0.42 0 0.26 258 0.38 0.58
Hex 85 6D BD 1E 2A 0 1A 102 26 3A
Octal 205 155 275 36 52 0 32 402 46 72
Binary 10000101 1101101 10111101 11110 101010 0 11010 100000010 100110 111010

Color Harmonies of #856DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DBD

Black with #856DBD

Text Example


Text Example

White with #856DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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