Html Css Color HEX #8995B4 Rock Blue

📋 copy color: '#8995B4'

red 137 ◦ green 149 ◦ blue 180

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

Shades of Rock Blue #8995B4

Tints of Rock Blue #8995B4

RGB

 RED value IS 137 (53.91% from 255) = 29.4%

 GREEN value IS 149 (58.59% from 255) = 31.97%

 BLUE value IS 180 (70.7% from 255) = 38.63%

R = 29.4%
G = 31.97%
B = 38.63%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8995B4 (or 0x8995B4) is known color: Rock Blue. HEX triplet: 89, 95 and B4. RGB value is (137,149,180). Sum of RGB (Red+Green+Blue) = 137+149+180=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #8995B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995B4 is #766A4B. Grayscale: #949494. Windows color (decimal): -7760460 or 11834761. OLE color: 11834761.

HSL color Cylindrical-coordinate representation of color #8995B4: hue angle of 223.26º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8995B4 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 149 180 -
CMYK 0.24 0.17 0 0.29
HSL 223.26º 0.22% 0.62% -
HSV(B) 223.26º 0.24% 0.71% -
XYZ 29.3 30.11 47.45 -
YUV 148.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 137 149 180 0.24 0.17 0 0.29 223.26 0.22 0.62
Hex 89 95 B4 18 11 0 1D DF 16 3E
Octal 211 225 264 30 21 0 35 337 26 76
Binary 10001001 10010101 10110100 11000 10001 0 11101 11011111 10110 111110

Color Harmonies of #8995B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8995B4

Black with #8995B4

Text Example


Text Example

White with #8995B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8995B4; }

 p { color: rgb(137,149,180); }

 H1.HeaderClassName
 {
   color: #8995B4;
 }
 .AnyTagClassName
 {
   color: #8995B4;
 }
</style>

background-color css

<style>
 a { background-color: #8995B4; }

 a { background-color: rgb(137,149,180); }

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

border-color css

<style>
 span { border-color: #8995B4; }

 span { border-color: rgb(137,149,180); }

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