Html Css Color HEX #896BBC True V

📋 copy color: '#896BBC'

red 137 ◦ green 107 ◦ blue 188

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

Shades of True V #896BBC

Tints of True V #896BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 31.71%
G = 24.77%
B = 43.52%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#896BBC (or 0x896BBC) is known color: True V. HEX triplet: 89, 6B and BC. RGB value is (137,107,188). Sum of RGB (Red+Green+Blue) = 137+107+188=432 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.71% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #896BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896BBC is #769443. Grayscale: #7C7C7C. Windows color (decimal): -7771204 or 12348297. OLE color: 12348297.

HSL color Cylindrical-coordinate representation of color #896BBC: hue angle of 262.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #896BBC is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 107 188 -
CMYK 0.27 0.43 0 0.26
HSL 262.22º 0.38% 0.58% -
HSV(B) 262.22º 0.43% 0.74% -
XYZ 24.65 19.46 50.03 -
YUV 125.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 137 107 188 0.27 0.43 0 0.26 262.22 0.38 0.58
Hex 89 6B BC 1B 2B 0 1A 106 26 3A
Octal 211 153 274 33 53 0 32 406 46 72
Binary 10001001 1101011 10111100 11011 101011 0 11010 100000110 100110 111010

Color Harmonies of #896BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896BBC

Black with #896BBC

Text Example


Text Example

White with #896BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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