Html Css Color HEX #8DA5BD Rock Blue

📋 copy color: '#8DA5BD'

red 141 ◦ green 165 ◦ blue 189

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

Shades of Rock Blue #8DA5BD

Tints of Rock Blue #8DA5BD

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 value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8DA5BD (or 0x8DA5BD) is known color: 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

RGB 141 165 189 -
CMYK 0.25 0.13 0 0.26
HSL 210º 0.27% 0.65% -
HSV(B) 210º 0.25% 0.74% -
XYZ 33.62 36.25 53.37 -
YUV 160.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 141 165 189 0.25 0.13 0 0.26 210 0.27 0.65
Hex 8D A5 BD 19 D 0 1A D2 1B 41
Octal 215 245 275 31 15 0 32 322 33 101
Binary 10001101 10100101 10111101 11001 1101 0 11010 11010010 11011 1000001

Color Harmonies of #8DA5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA5BD

Black with #8DA5BD

Text Example


Text Example

White with #8DA5BD

Text Example


Text Example

HTML Codes & Css Web 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>