#8D95BC

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

Shades of Rock Blue #8D95BC

Tints of Rock Blue #8D95BC

Color information

#8D95BC (or 0x8D95BC) is unknown color: approx Rock Blue. HEX triplet: 8D, 95 and BC. RGB value is (141,149,188). Sum of RGB (Red+Green+Blue) = 141+149+188=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D95BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D95BC is #726A43. Grayscale: #969696. Windows color (decimal): -7498308 or 12359053. OLE color: 12359053.

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

Color convert

RGB141149188-
CMYK0.250.2100.26
HSL229.79º25.97%64.51%-
HSV(B)229.79º25%73.73%-
XYZ30.8130.7951.9-
YUV151.05148.85120.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=29.50%
G=31.17%
B=39.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411491880.250.2100.26229.7925.9764.51
Hex8D95BC191501Ae61a41
Octal215225274312503234632101
Binary100011011001010110111100110011010101101011100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D95BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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