#8DA4C1

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

Shades of Rock Blue #8DA4C1

Tints of Rock Blue #8DA4C1

Color information

#8DA4C1 (or 0x8DA4C1) is unknown color: approx Rock Blue. HEX triplet: 8D, A4 and C1. RGB value is (141,164,193). Sum of RGB (Red+Green+Blue) = 141+164+193=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #8DA4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA4C1 is #725B3E. Grayscale: #A0A0A0. Windows color (decimal): -7494463 or 12690573. OLE color: 12690573.

HSL color Cylindrical-coordinate representation of color #8DA4C1: hue angle of 213.46º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DA4C1 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141164193-
CMYK0.270.1500.24
HSL213.46º29.55%65.49%-
HSV(B)213.46º26.94%75.69%-
XYZ33.8936.0655.63-
YUV160.43146.38114.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.31%
GREEN value IS 164 (64.45% from 255) = 32.93%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=28.31%
G=32.93%
B=38.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411641930.270.1500.24213.4629.5565.49
Hex8DA4C11BF018d51e41
Octal215244301331703032536101
Binary10001101101001001100000111011111101100011010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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