Html Css Color HEX #889AC4 Rock Blue

📋 copy color: '#889AC4'

red 136 ◦ green 154 ◦ blue 196

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

Shades of Rock Blue #889AC4

Tints of Rock Blue #889AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 27.98%
G = 31.69%
B = 40.33%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#889AC4 (or 0x889AC4) is known color: Rock Blue. HEX triplet: 88, 9A and C4. RGB value is (136,154,196). Sum of RGB (Red+Green+Blue) = 136+154+196=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #889AC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889AC4 is #77653B. Grayscale: #999999. Windows color (decimal): -7824700 or 12884616. OLE color: 12884616.

HSL color Cylindrical-coordinate representation of color #889AC4: hue angle of 222º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889AC4 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 136 154 196 -
CMYK 0.31 0.21 0 0.23
HSL 222º 0.34% 0.65% -
HSV(B) 222º 0.31% 0.77% -
XYZ 31.67 32.33 56.8 -
YUV 153.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 136 154 196 0.31 0.21 0 0.23 222 0.34 0.65
Hex 88 9A C4 1F 15 0 17 DE 22 41
Octal 210 232 304 37 25 0 27 336 42 101
Binary 10001000 10011010 11000100 11111 10101 0 10111 11011110 100010 1000001

Color Harmonies of #889AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889AC4

Black with #889AC4

Text Example


Text Example

White with #889AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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