Html Css Color HEX #889BC1 Rock Blue

📋 copy color: '#889BC1'

red 136 ◦ green 155 ◦ blue 193

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

Shades of Rock Blue #889BC1

Tints of Rock Blue #889BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 28.1%
G = 32.02%
B = 39.88%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#889BC1 (or 0x889BC1) is known color: Rock Blue. HEX triplet: 88, 9B and C1. RGB value is (136,155,193). Sum of RGB (Red+Green+Blue) = 136+155+193=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #889BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889BC1 is #77643E. Grayscale: #999999. Windows color (decimal): -7824447 or 12688264. OLE color: 12688264.

HSL color Cylindrical-coordinate representation of color #889BC1: hue angle of 220º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889BC1 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 155 193 -
CMYK 0.30 0.20 0 0.24
HSL 220º 0.31% 0.65% -
HSV(B) 220º 0.3% 0.76% -
XYZ 31.5 32.53 55.07 -
YUV 153.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 136 155 193 0.30 0.20 0 0.24 220 0.31 0.65
Hex 88 9B C1 1E 14 0 18 DC 1F 41
Octal 210 233 301 36 24 0 30 334 37 101
Binary 10001000 10011011 11000001 11110 10100 0 11000 11011100 11111 1000001

Color Harmonies of #889BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889BC1

Black with #889BC1

Text Example


Text Example

White with #889BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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