Html Css Color HEX #8D9DBD Rock Blue

📋 copy color: '#8D9DBD'

red 141 ◦ green 157 ◦ blue 189

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

Shades of Rock Blue #8D9DBD

Tints of Rock Blue #8D9DBD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.24%

 BLUE value IS 189 (74.22% from 255) = 38.81%

R = 28.95%
G = 32.24%
B = 38.81%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D9DBD (or 0x8D9DBD) is known color: Rock Blue. HEX triplet: 8D, 9D and BD. RGB value is (141,157,189). Sum of RGB (Red+Green+Blue) = 141+157+189=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 157 (61.72% from 255 or 32.24% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D9DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9DBD is #726242. Grayscale: #9B9B9B. Windows color (decimal): -7496259 or 12426637. OLE color: 12426637.

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

Color convert

RGB 141 157 189 -
CMYK 0.25 0.17 0 0.26
HSL 220º 0.27% 0.65% -
HSV(B) 220º 0.25% 0.74% -
XYZ 32.23 33.45 52.9 -
YUV 155.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 141 157 189 0.25 0.17 0 0.26 220 0.27 0.65
Hex 8D 9D BD 19 11 0 1A DC 1B 41
Octal 215 235 275 31 21 0 32 334 33 101
Binary 10001101 10011101 10111101 11001 10001 0 11010 11011100 11011 1000001

Color Harmonies of #8D9DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9DBD

Black with #8D9DBD

Text Example


Text Example

White with #8D9DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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