Html Css Color HEX #856CBA True V

📋 copy color: '#856CBA'

red 133 ◦ green 108 ◦ blue 186

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

Shades of True V #856CBA

Tints of True V #856CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.29%

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

R = 31.15%
G = 25.29%
B = 43.56%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#856CBA (or 0x856CBA) is known color: True V. HEX triplet: 85, 6C and BA. RGB value is (133,108,186). Sum of RGB (Red+Green+Blue) = 133+108+186=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #856CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CBA is #7A9345. Grayscale: #7C7C7C. Windows color (decimal): -8033094 or 12217477. OLE color: 12217477.

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

Color convert

RGB 133 108 186 -
CMYK 0.28 0.42 0 0.27
HSL 259.23º 0.36% 0.58% -
HSV(B) 259.23º 0.42% 0.73% -
XYZ 23.9 19.26 48.91 -
YUV 124.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 133 108 186 0.28 0.42 0 0.27 259.23 0.36 0.58
Hex 85 6C BA 1C 2A 0 1B 103 24 3A
Octal 205 154 272 34 52 0 33 403 44 72
Binary 10000101 1101100 10111010 11100 101010 0 11011 100000011 100100 111010

Color Harmonies of #856CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CBA

Black with #856CBA

Text Example


Text Example

White with #856CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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