Html Css Color HEX #8DA4BB Rock Blue

📋 copy color: '#8DA4BB'

red 141 ◦ green 164 ◦ blue 187

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

Shades of Rock Blue #8DA4BB

Tints of Rock Blue #8DA4BB

RGB

 RED value IS 141 (55.47% from 255) = 28.66%

 GREEN value IS 164 (64.45% from 255) = 33.33%

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 28.66%
G = 33.33%
B = 38.01%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DA4BB (or 0x8DA4BB) is known color: Rock Blue. HEX triplet: 8D, A4 and BB. RGB value is (141,164,187). Sum of RGB (Red+Green+Blue) = 141+164+187=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4BB is #725B44. Grayscale: #9F9F9F. Windows color (decimal): -7494469 or 12297357. OLE color: 12297357.

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

Color convert

RGB 141 164 187 -
CMYK 0.25 0.12 0 0.27
HSL 210º 0.25% 0.64% -
HSV(B) 210º 0.25% 0.73% -
XYZ 33.23 35.8 52.17 -
YUV 159.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 141 164 187 0.25 0.12 0 0.27 210 0.25 0.64
Hex 8D A4 BB 19 C 0 1B D2 19 40
Octal 215 244 273 31 14 0 33 322 31 100
Binary 10001101 10100100 10111011 11001 1100 0 11011 11010010 11001 1000000

Color Harmonies of #8DA4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA4BB

Black with #8DA4BB

Text Example


Text Example

White with #8DA4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,164,187); }

 H1.HeaderClassName
 {
   color: #8DA4BB;
 }
 .AnyTagClassName
 {
   color: #8DA4BB;
 }
</style>

background-color css

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

 a { background-color: rgb(141,164,187); }

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

border-color css

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

 span { border-color: rgb(141,164,187); }

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