Html Css Color HEX #856CBE True V

📋 copy color: '#856CBE'

red 133 ◦ green 108 ◦ blue 190

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

Shades of True V #856CBE

Tints of True V #856CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.06%

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

R = 30.86%
G = 25.06%
B = 44.08%

CMYK

 C value IS 0.3

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#856CBE (or 0x856CBE) is known color: True V. HEX triplet: 85, 6C and BE. RGB value is (133,108,190). Sum of RGB (Red+Green+Blue) = 133+108+190=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #856CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CBE is #7A9341. Grayscale: #7C7C7C. Windows color (decimal): -8033090 or 12479621. OLE color: 12479621.

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

Color convert

RGB 133 108 190 -
CMYK 0.3 0.43 0 0.25
HSL 258.29º 0.39% 0.58% -
HSV(B) 258.29º 0.43% 0.75% -
XYZ 24.33 19.43 51.18 -
YUV 124.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 133 108 190 0.3 0.43 0 0.25 258.29 0.39 0.58
Hex 85 6C BE 1E 2B 0 19 102 27 3A
Octal 205 154 276 36 53 0 31 402 47 72
Binary 10000101 1101100 10111110 11110 101011 0 11001 100000010 100111 111010

Color Harmonies of #856CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CBE

Black with #856CBE

Text Example


Text Example

White with #856CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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