#92A7C3

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

Shades of Rock Blue #92A7C3

Tints of Rock Blue #92A7C3

Color information

#92A7C3 (or 0x92A7C3) is unknown color: approx Rock Blue. HEX triplet: 92, A7 and C3. RGB value is (146,167,195). Sum of RGB (Red+Green+Blue) = 146+167+195=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #92A7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A7C3 is #6D583C. Grayscale: #A3A3A3. Windows color (decimal): -7166013 or 12822418. OLE color: 12822418.

HSL color Cylindrical-coordinate representation of color #92A7C3: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92A7C3 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146167195-
CMYK0.250.1400.24
HSL214.29º28.99%66.86%-
HSV(B)214.29º25.13%76.47%-
XYZ35.5237.6957.03-
YUV163.91145.54115.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.74%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 195 (76.56% from 255) = 38.39%
R=28.74%
G=32.87%
B=38.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461671950.250.1400.24214.2928.9966.86
Hex92A7C319E018d61d43
Octal222247303311603032635103
Binary10010010101001111100001111001111001100011010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A7C3; }

 p { color: rgb(146,167,195); }

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

<style>
 a { background-color: #92A7C3; }

 a { background-color: rgb(146,167,195); }

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

<style>
 span { border-color: #92A7C3; }

 span { border-color: rgb(146,167,195); }

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