Html Css Color HEX #889FC1 Rock Blue

📋 copy color: '#889FC1'

red 136 ◦ green 159 ◦ blue 193

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

Shades of Rock Blue #889FC1

Tints of Rock Blue #889FC1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

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

R = 27.87%
G = 32.58%
B = 39.55%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#889FC1 (or 0x889FC1) is known color: Rock Blue. HEX triplet: 88, 9F and C1. RGB value is (136,159,193). Sum of RGB (Red+Green+Blue) = 136+159+193=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #889FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889FC1 is #77603E. Grayscale: #9B9B9B. Windows color (decimal): -7823423 or 12689288. OLE color: 12689288.

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

Color convert

RGB 136 159 193 -
CMYK 0.30 0.18 0 0.24
HSL 215.79º 0.31% 0.65% -
HSV(B) 215.79º 0.3% 0.76% -
XYZ 32.18 33.88 55.3 -
YUV 156 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 136 159 193 0.30 0.18 0 0.24 215.79 0.31 0.65
Hex 88 9F C1 1E 12 0 18 D8 1F 41
Octal 210 237 301 36 22 0 30 330 37 101
Binary 10001000 10011111 11000001 11110 10010 0 11000 11011000 11111 1000001

Color Harmonies of #889FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FC1

Black with #889FC1

Text Example


Text Example

White with #889FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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