Html Css Color HEX #889EBA Rock Blue

📋 copy color: '#889EBA'

red 136 ◦ green 158 ◦ blue 186

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

Shades of Rock Blue #889EBA

Tints of Rock Blue #889EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.92%

 BLUE value IS 186 (73.05% from 255) = 38.75%

R = 28.33%
G = 32.92%
B = 38.75%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#889EBA (or 0x889EBA) is known color: Rock Blue. HEX triplet: 88, 9E and BA. RGB value is (136,158,186). Sum of RGB (Red+Green+Blue) = 136+158+186=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #889EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #889EBA is #776145. Grayscale: #9A9A9A. Windows color (decimal): -7823686 or 12230280. OLE color: 12230280.

HSL color Cylindrical-coordinate representation of color #889EBA: hue angle of 213.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #889EBA is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 158 186 -
CMYK 0.27 0.15 0 0.27
HSL 213.6º 0.27% 0.63% -
HSV(B) 213.6º 0.27% 0.73% -
XYZ 31.24 33.23 51.22 -
YUV 154.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 136 158 186 0.27 0.15 0 0.27 213.6 0.27 0.63
Hex 88 9E BA 1B F 0 1B D6 1B 3F
Octal 210 236 272 33 17 0 33 326 33 77
Binary 10001000 10011110 10111010 11011 1111 0 11011 11010110 11011 111111

Color Harmonies of #889EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889EBA

Black with #889EBA

Text Example


Text Example

White with #889EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,158,186); }

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

background-color css

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

 a { background-color: rgb(136,158,186); }

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

border-color css

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

 span { border-color: rgb(136,158,186); }

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