Html Css Color HEX #896CBE True V

📋 copy color: '#896CBE'

red 137 ◦ green 108 ◦ blue 190

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

Shades of True V #896CBE

Tints of True V #896CBE

RGB

 RED value IS 137 (53.91% from 255) = 31.49%

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

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

R = 31.49%
G = 24.83%
B = 43.68%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#896CBE (or 0x896CBE) is known color: True V. HEX triplet: 89, 6C and BE. RGB value is (137,108,190). Sum of RGB (Red+Green+Blue) = 137+108+190=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #896CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896CBE is #769341. Grayscale: #7D7D7D. Windows color (decimal): -7770946 or 12479625. OLE color: 12479625.

HSL color Cylindrical-coordinate representation of color #896CBE: hue angle of 261.22º 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 #896CBE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 108 190 -
CMYK 0.28 0.43 0 0.25
HSL 261.22º 0.39% 0.58% -
HSV(B) 261.22º 0.43% 0.75% -
XYZ 24.97 19.76 51.21 -
YUV 126.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 137 108 190 0.28 0.43 0 0.25 261.22 0.39 0.58
Hex 89 6C BE 1C 2B 0 19 105 27 3A
Octal 211 154 276 34 53 0 31 405 47 72
Binary 10001001 1101100 10111110 11100 101011 0 11001 100000101 100111 111010

Color Harmonies of #896CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CBE

Black with #896CBE

Text Example


Text Example

White with #896CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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