Html Css Color HEX #8995B5 Rock Blue

📋 copy color: '#8995B5'

red 137 ◦ green 149 ◦ blue 181

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

Shades of Rock Blue #8995B5

Tints of Rock Blue #8995B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.76%

R = 29.34%
G = 31.91%
B = 38.76%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8995B5 (or 0x8995B5) is known color: Rock Blue. HEX triplet: 89, 95 and B5. RGB value is (137,149,181). Sum of RGB (Red+Green+Blue) = 137+149+181=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 181 - color contains mainly: blue. Hex color #8995B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995B5 is #766A4A. Grayscale: #949494. Windows color (decimal): -7760459 or 11900297. OLE color: 11900297.

HSL color Cylindrical-coordinate representation of color #8995B5: hue angle of 223.64º degrees, saturation: 0.23, 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 #8995B5 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 149 181 -
CMYK 0.24 0.18 0 0.29
HSL 223.64º 0.23% 0.62% -
HSV(B) 223.64º 0.24% 0.71% -
XYZ 29.4 30.15 47.99 -
YUV 149.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 137 149 181 0.24 0.18 0 0.29 223.64 0.23 0.62
Hex 89 95 B5 18 12 0 1D E0 17 3E
Octal 211 225 265 30 22 0 35 340 27 76
Binary 10001001 10010101 10110101 11000 10010 0 11101 11100000 10111 111110

Color Harmonies of #8995B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8995B5

Black with #8995B5

Text Example


Text Example

White with #8995B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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