Html Css Color HEX #856BBE True V

📋 copy color: '#856BBE'

red 133 ◦ green 107 ◦ blue 190

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

Shades of True V #856BBE

Tints of True V #856BBE

RGB

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

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

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

R = 30.93%
G = 24.88%
B = 44.19%

CMYK

 C value IS 0.3

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856BBE (or 0x856BBE) is known color: True V. HEX triplet: 85, 6B and BE. RGB value is (133,107,190). Sum of RGB (Red+Green+Blue) = 133+107+190=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #856BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856BBE is #7A9441. Grayscale: #7B7B7B. Windows color (decimal): -8033346 or 12479365. OLE color: 12479365.

HSL color Cylindrical-coordinate representation of color #856BBE: hue angle of 258.8º degrees, saturation: 0.39, 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 #856BBE is Cyan = 0.3, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 107 190 -
CMYK 0.3 0.44 0 0.25
HSL 258.8º 0.39% 0.58% -
HSV(B) 258.8º 0.44% 0.75% -
XYZ 24.22 19.22 51.15 -
YUV 124.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 133 107 190 0.3 0.44 0 0.25 258.8 0.39 0.58
Hex 85 6B BE 1E 2C 0 19 103 27 3A
Octal 205 153 276 36 54 0 31 403 47 72
Binary 10000101 1101011 10111110 11110 101100 0 11001 100000011 100111 111010

Color Harmonies of #856BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856BBE

Black with #856BBE

Text Example


Text Example

White with #856BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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