Html Css Color HEX #8DA3BB Rock Blue

📋 copy color: '#8DA3BB'

red 141 ◦ green 163 ◦ blue 187

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

Shades of Rock Blue #8DA3BB

Tints of Rock Blue #8DA3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.2%

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

R = 28.72%
G = 33.2%
B = 38.09%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8DA3BB (or 0x8DA3BB) is known color: Rock Blue. HEX triplet: 8D, A3 and BB. RGB value is (141,163,187). Sum of RGB (Red+Green+Blue) = 141+163+187=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #8DA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA3BB is #725C44. Grayscale: #9F9F9F. Windows color (decimal): -7494725 or 12297101. OLE color: 12297101.

HSL color Cylindrical-coordinate representation of color #8DA3BB: hue angle of 211.3º 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 #8DA3BB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 163 187 -
CMYK 0.25 0.13 0 0.27
HSL 211.3º 0.25% 0.64% -
HSV(B) 211.3º 0.25% 0.73% -
XYZ 33.05 35.44 52.11 -
YUV 159.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 141 163 187 0.25 0.13 0 0.27 211.3 0.25 0.64
Hex 8D A3 BB 19 D 0 1B D3 19 40
Octal 215 243 273 31 15 0 33 323 31 100
Binary 10001101 10100011 10111011 11001 1101 0 11011 11010011 11001 1000000

Color Harmonies of #8DA3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA3BB

Black with #8DA3BB

Text Example


Text Example

White with #8DA3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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