Html Css Color HEX #889BBF Rock Blue

📋 copy color: '#889BBF'

red 136 ◦ green 155 ◦ blue 191

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

Shades of Rock Blue #889BBF

Tints of Rock Blue #889BBF

RGB

 RED value IS 136 (53.52% from 255) = 28.22%

 GREEN value IS 155 (60.94% from 255) = 32.16%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 28.22%
G = 32.16%
B = 39.63%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#889BBF (or 0x889BBF) is known color: Rock Blue. HEX triplet: 88, 9B and BF. RGB value is (136,155,191). Sum of RGB (Red+Green+Blue) = 136+155+191=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #889BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BBF is #776440. Grayscale: #999999. Windows color (decimal): -7824449 or 12557192. OLE color: 12557192.

HSL color Cylindrical-coordinate representation of color #889BBF: hue angle of 219.27º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #889BBF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 155 191 -
CMYK 0.29 0.19 0 0.25
HSL 219.27º 0.3% 0.64% -
HSV(B) 219.27º 0.29% 0.75% -
XYZ 31.28 32.44 53.9 -
YUV 153.42 149.21 115.57 -
System Red Green Blue C M Y K H S L
Decimal 136 155 191 0.29 0.19 0 0.25 219.27 0.3 0.64
Hex 88 9B BF 1D 13 0 19 DB 1E 40
Octal 210 233 277 35 23 0 31 333 36 100
Binary 10001000 10011011 10111111 11101 10011 0 11001 11011011 11110 1000000

Color Harmonies of #889BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BBF

Black with #889BBF

Text Example


Text Example

White with #889BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889BBF; }

 p { color: rgb(136,155,191); }

 H1.HeaderClassName
 {
   color: #889BBF;
 }
 .AnyTagClassName
 {
   color: #889BBF;
 }
</style>

background-color css

<style>
 a { background-color: #889BBF; }

 a { background-color: rgb(136,155,191); }

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

border-color css

<style>
 span { border-color: #889BBF; }

 span { border-color: rgb(136,155,191); }

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