Html Css Color HEX #889ABC Rock Blue

📋 copy color: '#889ABC'

red 136 ◦ green 154 ◦ blue 188

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

Shades of Rock Blue #889ABC

Tints of Rock Blue #889ABC

RGB

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

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

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

R = 28.45%
G = 32.22%
B = 39.33%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#889ABC (or 0x889ABC) is known color: Rock Blue. HEX triplet: 88, 9A and BC. RGB value is (136,154,188). Sum of RGB (Red+Green+Blue) = 136+154+188=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #889ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889ABC is #776543. Grayscale: #989898. Windows color (decimal): -7824708 or 12360328. OLE color: 12360328.

HSL color Cylindrical-coordinate representation of color #889ABC: hue angle of 219.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #889ABC is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 154 188 -
CMYK 0.28 0.18 0 0.26
HSL 219.23º 0.28% 0.64% -
HSV(B) 219.23º 0.28% 0.74% -
XYZ 30.79 31.98 52.13 -
YUV 152.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 136 154 188 0.28 0.18 0 0.26 219.23 0.28 0.64
Hex 88 9A BC 1C 12 0 1A DB 1C 40
Octal 210 232 274 34 22 0 32 333 34 100
Binary 10001000 10011010 10111100 11100 10010 0 11010 11011011 11100 1000000

Color Harmonies of #889ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889ABC

Black with #889ABC

Text Example


Text Example

White with #889ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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