#8DA5BD

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

Shades of Rock Blue #8DA5BD

Tints of Rock Blue #8DA5BD

Color information

#8DA5BD (or 0x8DA5BD) is unknown color: approx Rock Blue. HEX triplet: 8D, A5 and BD. RGB value is (141,165,189). Sum of RGB (Red+Green+Blue) = 141+165+189=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 165 (64.84% from 255 or 33.33% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DA5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5BD is #725A42. Grayscale: #A0A0A0. Windows color (decimal): -7494211 or 12428685. OLE color: 12428685.

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

Color convert

RGB141165189-
CMYK0.250.1300.26
HSL210º26.67%64.71%-
HSV(B)210º25.4%74.12%-
XYZ33.6236.2553.37-
YUV160.56144.05114.05-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.48%
GREEN value IS 165 (64.84% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=28.48%
G=33.33%
B=38.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411651890.250.1300.2621026.6764.71
Hex8DA5BD19D01Ad21b41
Octal215245275311503232233101
Binary10001101101001011011110111001110101101011010010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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