#8DA5BE

Color #8DA5BE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #8DA5BE

Tints of Rock Blue #8DA5BE

Color information

#8DA5BE (or 0x8DA5BE) is unknown color: approx Rock Blue. HEX triplet: 8D, A5 and BE. RGB value is (141,165,190). Sum of RGB (Red+Green+Blue) = 141+165+190=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #8DA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5BE is #725A41. Grayscale: #A0A0A0. Windows color (decimal): -7494210 or 12494221. OLE color: 12494221.

HSL color Cylindrical-coordinate representation of color #8DA5BE: hue angle of 210.61º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DA5BE is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141165190-
CMYK0.260.1300.25
HSL210.61º27.37%64.9%-
HSV(B)210.61º25.79%74.51%-
XYZ33.7336.2953.94-
YUV160.67144.55113.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=28.43%
G=33.27%
B=38.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411651900.260.1300.25210.6127.3764.9
Hex8DA5BE1AD019d31b41
Octal215245276321503132333101
Binary10001101101001011011111011010110101100111010011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA5BE; }

 p { color: rgb(141,165,190); }

 H1.HeaderClassName
 {
   color: #8DA5BE;
 }
 .AnyTagClassName
 {
   color: #8DA5BE;
 }
</style>
background-color css

<style>
 a { background-color: #8DA5BE; }

 a { background-color: rgb(141,165,190); }

 div.DivClassName
 {
   background-color: #8DA5BE;
 }
 .BgClassName
 {
   background-color: #8DA5BE;
 }
</style>
border-color css

<style>
 span { border-color: #8DA5BE; }

 span { border-color: rgb(141,165,190); }

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