Html Css Color HEX #856DBA True V

📋 copy color: '#856DBA'

red 133 ◦ green 109 ◦ blue 186

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

Shades of True V #856DBA

Tints of True V #856DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 31.07%
G = 25.47%
B = 43.46%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#856DBA (or 0x856DBA) is known color: True V. HEX triplet: 85, 6D and BA. RGB value is (133,109,186). Sum of RGB (Red+Green+Blue) = 133+109+186=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #856DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856DBA is #7A9245. Grayscale: #7C7C7C. Windows color (decimal): -8032838 or 12217733. OLE color: 12217733.

HSL color Cylindrical-coordinate representation of color #856DBA: hue angle of 258.7º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #856DBA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 109 186 -
CMYK 0.28 0.41 0 0.27
HSL 258.7º 0.36% 0.58% -
HSV(B) 258.7º 0.41% 0.73% -
XYZ 24 19.47 48.95 -
YUV 124.95 162.45 133.74 -
System Red Green Blue C M Y K H S L
Decimal 133 109 186 0.28 0.41 0 0.27 258.7 0.36 0.58
Hex 85 6D BA 1C 29 0 1B 103 24 3A
Octal 205 155 272 34 51 0 33 403 44 72
Binary 10000101 1101101 10111010 11100 101001 0 11011 100000011 100100 111010

Color Harmonies of #856DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DBA

Black with #856DBA

Text Example


Text Example

White with #856DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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