Html Css Color HEX #856FBC True V

📋 copy color: '#856FBC'

red 133 ◦ green 111 ◦ blue 188

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

Shades of True V #856FBC

Tints of True V #856FBC

RGB

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

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

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

R = 30.79%
G = 25.69%
B = 43.52%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#856FBC (or 0x856FBC) is known color: True V. HEX triplet: 85, 6F and BC. RGB value is (133,111,188). Sum of RGB (Red+Green+Blue) = 133+111+188=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #856FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856FBC is #7A9043. Grayscale: #7E7E7E. Windows color (decimal): -8032324 or 12349317. OLE color: 12349317.

HSL color Cylindrical-coordinate representation of color #856FBC: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #856FBC is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 111 188 -
CMYK 0.29 0.41 0 0.26
HSL 257.14º 0.36% 0.59% -
HSV(B) 257.14º 0.41% 0.74% -
XYZ 24.43 19.99 50.15 -
YUV 126.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 133 111 188 0.29 0.41 0 0.26 257.14 0.36 0.59
Hex 85 6F BC 1D 29 0 1A 101 24 3B
Octal 205 157 274 35 51 0 32 401 44 73
Binary 10000101 1101111 10111100 11101 101001 0 11010 100000001 100100 111011

Color Harmonies of #856FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856FBC

Black with #856FBC

Text Example


Text Example

White with #856FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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