Html Css Color HEX #856BBF True V

📋 copy color: '#856BBF'

red 133 ◦ green 107 ◦ blue 191

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

Shades of True V #856BBF

Tints of True V #856BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.32%

R = 30.86%
G = 24.83%
B = 44.32%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856BBF (or 0x856BBF) is known color: True V. HEX triplet: 85, 6B and BF. RGB value is (133,107,191). Sum of RGB (Red+Green+Blue) = 133+107+191=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #856BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BBF is #7A9440. Grayscale: #7C7C7C. Windows color (decimal): -8033345 or 12544901. OLE color: 12544901.

HSL color Cylindrical-coordinate representation of color #856BBF: hue angle of 258.57º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #856BBF is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 107 191 -
CMYK 0.30 0.44 0 0.25
HSL 258.57º 0.4% 0.58% -
HSV(B) 258.57º 0.44% 0.75% -
XYZ 24.33 19.26 51.73 -
YUV 124.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 133 107 191 0.30 0.44 0 0.25 258.57 0.4 0.58
Hex 85 6B BF 1E 2C 0 19 103 28 3A
Octal 205 153 277 36 54 0 31 403 50 72
Binary 10000101 1101011 10111111 11110 101100 0 11001 100000011 101000 111010

Color Harmonies of #856BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BBF

Black with #856BBF

Text Example


Text Example

White with #856BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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