Html Css Color HEX #889DC1 Rock Blue

📋 copy color: '#889DC1'

red 136 ◦ green 157 ◦ blue 193

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

Shades of Rock Blue #889DC1

Tints of Rock Blue #889DC1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.3%

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

R = 27.98%
G = 32.3%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#889DC1 (or 0x889DC1) is known color: Rock Blue. HEX triplet: 88, 9D and C1. RGB value is (136,157,193). Sum of RGB (Red+Green+Blue) = 136+157+193=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #889DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889DC1 is #77623E. Grayscale: #9A9A9A. Windows color (decimal): -7823935 or 12688776. OLE color: 12688776.

HSL color Cylindrical-coordinate representation of color #889DC1: hue angle of 217.89º 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 #889DC1 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 157 193 -
CMYK 0.30 0.19 0 0.24
HSL 217.89º 0.31% 0.65% -
HSV(B) 217.89º 0.3% 0.76% -
XYZ 31.84 33.2 55.18 -
YUV 154.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 136 157 193 0.30 0.19 0 0.24 217.89 0.31 0.65
Hex 88 9D C1 1E 13 0 18 DA 1F 41
Octal 210 235 301 36 23 0 30 332 37 101
Binary 10001000 10011101 11000001 11110 10011 0 11000 11011010 11111 1000001

Color Harmonies of #889DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889DC1

Black with #889DC1

Text Example


Text Example

White with #889DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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