Html Css Color HEX #89ACB7 Botticelli

📋 copy color: '#89ACB7'

red 137 ◦ green 172 ◦ blue 183

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

Shades of Botticelli #89ACB7

Tints of Botticelli #89ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.96%

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 27.85%
G = 34.96%
B = 37.2%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#89ACB7 (or 0x89ACB7) is known color: Botticelli. HEX triplet: 89, AC and B7. RGB value is (137,172,183). Sum of RGB (Red+Green+Blue) = 137+172+183=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #89ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACB7 is #765348. Grayscale: #A2A2A2. Windows color (decimal): -7754569 or 12037257. OLE color: 12037257.

HSL color Cylindrical-coordinate representation of color #89ACB7: hue angle of 194.35º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89ACB7 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 172 183 -
CMYK 0.25 0.06 0 0.28
HSL 194.35º 0.24% 0.63% -
HSV(B) 194.35º 0.25% 0.72% -
XYZ 33.62 38.24 50.41 -
YUV 162.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 137 172 183 0.25 0.06 0 0.28 194.35 0.24 0.63
Hex 89 AC B7 19 6 0 1C C2 18 3F
Octal 211 254 267 31 6 0 34 302 30 77
Binary 10001001 10101100 10110111 11001 110 0 11100 11000010 11000 111111

Color Harmonies of #89ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ACB7

Black with #89ACB7

Text Example


Text Example

White with #89ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89ACB7; }

 p { color: rgb(137,172,183); }

 H1.HeaderClassName
 {
   color: #89ACB7;
 }
 .AnyTagClassName
 {
   color: #89ACB7;
 }
</style>

background-color css

<style>
 a { background-color: #89ACB7; }

 a { background-color: rgb(137,172,183); }

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

border-color css

<style>
 span { border-color: #89ACB7; }

 span { border-color: rgb(137,172,183); }

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