Html Css Color HEX #889AB3 Rock Blue

📋 copy color: '#889AB3'

red 136 ◦ green 154 ◦ blue 179

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

Shades of Rock Blue #889AB3

Tints of Rock Blue #889AB3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.84%

 BLUE value IS 179 (70.31% from 255) = 38.17%

R = 29%
G = 32.84%
B = 38.17%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#889AB3 (or 0x889AB3) is known color: Rock Blue. HEX triplet: 88, 9A and B3. RGB value is (136,154,179). Sum of RGB (Red+Green+Blue) = 136+154+179=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #889AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AB3 is #77654C. Grayscale: #979797. Windows color (decimal): -7824717 or 11770504. OLE color: 11770504.

HSL color Cylindrical-coordinate representation of color #889AB3: hue angle of 214.88º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #889AB3 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 154 179 -
CMYK 0.24 0.14 0 0.30
HSL 214.88º 0.22% 0.62% -
HSV(B) 214.88º 0.24% 0.7% -
XYZ 29.85 31.6 47.17 -
YUV 151.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 136 154 179 0.24 0.14 0 0.30 214.88 0.22 0.62
Hex 88 9A B3 18 E 0 1E D7 16 3E
Octal 210 232 263 30 16 0 36 327 26 76
Binary 10001000 10011010 10110011 11000 1110 0 11110 11010111 10110 111110

Color Harmonies of #889AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AB3

Black with #889AB3

Text Example


Text Example

White with #889AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,154,179); }

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

background-color css

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

 a { background-color: rgb(136,154,179); }

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

border-color css

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

 span { border-color: rgb(136,154,179); }

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