Html Css Color HEX #856FBE True V

📋 copy color: '#856FBE'

red 133 ◦ green 111 ◦ blue 190

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

Shades of True V #856FBE

Tints of True V #856FBE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

 BLUE value IS 190 (74.61% from 255) = 43.78%

R = 30.65%
G = 25.58%
B = 43.78%

CMYK

 C value IS 0.3

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856FBE (or 0x856FBE) is known color: True V. HEX triplet: 85, 6F and BE. RGB value is (133,111,190). Sum of RGB (Red+Green+Blue) = 133+111+190=434 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.65% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #856FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FBE is #7A9041. Grayscale: #7E7E7E. Windows color (decimal): -8032322 or 12480389. OLE color: 12480389.

HSL color Cylindrical-coordinate representation of color #856FBE: hue angle of 256.71º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856FBE is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 111 190 -
CMYK 0.3 0.42 0 0.25
HSL 256.71º 0.38% 0.59% -
HSV(B) 256.71º 0.42% 0.75% -
XYZ 24.65 20.07 51.29 -
YUV 126.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 133 111 190 0.3 0.42 0 0.25 256.71 0.38 0.59
Hex 85 6F BE 1E 2A 0 19 101 26 3B
Octal 205 157 276 36 52 0 31 401 46 73
Binary 10000101 1101111 10111110 11110 101010 0 11001 100000001 100110 111011

Color Harmonies of #856FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FBE

Black with #856FBE

Text Example


Text Example

White with #856FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,190); }

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

background-color css

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

 a { background-color: rgb(133,111,190); }

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

border-color css

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

 span { border-color: rgb(133,111,190); }

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