Html Css Color HEX #896BCD True V

📋 copy color: '#896BCD'

red 137 ◦ green 107 ◦ blue 205

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

Shades of True V #896BCD

Tints of True V #896BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 30.51%
G = 23.83%
B = 45.66%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#896BCD (or 0x896BCD) is known color: True V. HEX triplet: 89, 6B and CD. RGB value is (137,107,205). Sum of RGB (Red+Green+Blue) = 137+107+205=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #896BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BCD is #769432. Grayscale: #7E7E7E. Windows color (decimal): -7771187 or 13462409. OLE color: 13462409.

HSL color Cylindrical-coordinate representation of color #896BCD: hue angle of 258.37º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #896BCD is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 137 107 205 -
CMYK 0.33 0.48 0 0.20
HSL 258.37º 0.49% 0.61% -
HSV(B) 258.37º 0.48% 0.8% -
XYZ 26.59 20.24 60.26 -
YUV 127.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 137 107 205 0.33 0.48 0 0.20 258.37 0.49 0.61
Hex 89 6B CD 21 30 0 14 102 31 3D
Octal 211 153 315 41 60 0 24 402 61 75
Binary 10001001 1101011 11001101 100001 110000 0 10100 100000010 110001 111101

Color Harmonies of #896BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BCD

Black with #896BCD

Text Example


Text Example

White with #896BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,107,205); }

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

background-color css

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

 a { background-color: rgb(137,107,205); }

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

border-color css

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

 span { border-color: rgb(137,107,205); }

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