Html Css Color HEX #856BBA True V

📋 copy color: '#856BBA'

red 133 ◦ green 107 ◦ blue 186

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

Shades of True V #856BBA

Tints of True V #856BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

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

R = 31.22%
G = 25.12%
B = 43.66%

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

#856BBA (or 0x856BBA) is known color: True V. HEX triplet: 85, 6B and BA. RGB value is (133,107,186). Sum of RGB (Red+Green+Blue) = 133+107+186=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #856BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BBA is #7A9445. Grayscale: #7B7B7B. Windows color (decimal): -8033350 or 12217221. OLE color: 12217221.

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

Color convert

RGB 133 107 186 -
CMYK 0.28 0.42 0 0.27
HSL 259.75º 0.36% 0.57% -
HSV(B) 259.75º 0.42% 0.73% -
XYZ 23.79 19.05 48.88 -
YUV 123.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 133 107 186 0.28 0.42 0 0.27 259.75 0.36 0.57
Hex 85 6B BA 1C 2A 0 1B 104 24 39
Octal 205 153 272 34 52 0 33 404 44 71
Binary 10000101 1101011 10111010 11100 101010 0 11011 100000100 100100 111001

Color Harmonies of #856BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BBA

Black with #856BBA

Text Example


Text Example

White with #856BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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