#9299BC

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

Shades of Rock Blue #9299BC

Tints of Rock Blue #9299BC

Color information

#9299BC (or 0x9299BC) is unknown color: approx Rock Blue. HEX triplet: 92, 99 and BC. RGB value is (146,153,188). Sum of RGB (Red+Green+Blue) = 146+153+188=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #9299BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9299BC is #6D6643. Grayscale: #9A9A9A. Windows color (decimal): -7169604 or 12360082. OLE color: 12360082.

HSL color Cylindrical-coordinate representation of color #9299BC: hue angle of 230º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9299BC is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146153188-
CMYK0.220.1900.26
HSL230º23.86%65.49%-
HSV(B)230º22.34%73.73%-
XYZ32.3232.5252.15-
YUV154.9146.68121.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=29.98%
G=31.42%
B=38.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461531880.220.1900.2623023.8665.49
Hex9299BC161301Ae61841
Octal222231274262303234630101
Binary100100101001100110111100101101001101101011100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9299BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9299BC; }

 p { color: rgb(146,153,188); }

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

<style>
 a { background-color: #9299BC; }

 a { background-color: rgb(146,153,188); }

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

<style>
 span { border-color: #9299BC; }

 span { border-color: rgb(146,153,188); }

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