Html Css Color HEX #856DBC True V

📋 copy color: '#856DBC'

red 133 ◦ green 109 ◦ blue 188

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

Shades of True V #856DBC

Tints of True V #856DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 30.93%
G = 25.35%
B = 43.72%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#856DBC (or 0x856DBC) is known color: True V. HEX triplet: 85, 6D and BC. RGB value is (133,109,188). Sum of RGB (Red+Green+Blue) = 133+109+188=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #856DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBC is #7A9243. Grayscale: #7C7C7C. Windows color (decimal): -8032836 or 12348805. OLE color: 12348805.

HSL color Cylindrical-coordinate representation of color #856DBC: hue angle of 258.23º degrees, saturation: 0.37, 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 #856DBC is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 109 188 -
CMYK 0.29 0.42 0 0.26
HSL 258.23º 0.37% 0.58% -
HSV(B) 258.23º 0.42% 0.74% -
XYZ 24.22 19.55 50.07 -
YUV 125.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 133 109 188 0.29 0.42 0 0.26 258.23 0.37 0.58
Hex 85 6D BC 1D 2A 0 1A 102 25 3A
Octal 205 155 274 35 52 0 32 402 45 72
Binary 10000101 1101101 10111100 11101 101010 0 11010 100000010 100101 111010

Color Harmonies of #856DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DBC

Black with #856DBC

Text Example


Text Example

White with #856DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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