Html Css Color HEX #8D9BBC Rock Blue

📋 copy color: '#8D9BBC'

red 141 ◦ green 155 ◦ blue 188

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

Shades of Rock Blue #8D9BBC

Tints of Rock Blue #8D9BBC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 29.13%
G = 32.02%
B = 38.84%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D9BBC (or 0x8D9BBC) is known color: Rock Blue. HEX triplet: 8D, 9B and BC. RGB value is (141,155,188). Sum of RGB (Red+Green+Blue) = 141+155+188=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D9BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9BBC is #726443. Grayscale: #9A9A9A. Windows color (decimal): -7496772 or 12360589. OLE color: 12360589.

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

Color convert

RGB 141 155 188 -
CMYK 0.25 0.18 0 0.26
HSL 222.13º 0.26% 0.65% -
HSV(B) 222.13º 0.25% 0.74% -
XYZ 31.78 32.74 52.22 -
YUV 154.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 141 155 188 0.25 0.18 0 0.26 222.13 0.26 0.65
Hex 8D 9B BC 19 12 0 1A DE 1A 41
Octal 215 233 274 31 22 0 32 336 32 101
Binary 10001101 10011011 10111100 11001 10010 0 11010 11011110 11010 1000001

Color Harmonies of #8D9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9BBC

Black with #8D9BBC

Text Example


Text Example

White with #8D9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,155,188); }

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

background-color css

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

 a { background-color: rgb(141,155,188); }

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

border-color css

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

 span { border-color: rgb(141,155,188); }

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