#92A8C1

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

Shades of Rock Blue #92A8C1

Tints of Rock Blue #92A8C1

Color information

#92A8C1 (or 0x92A8C1) is unknown color: approx Rock Blue. HEX triplet: 92, A8 and C1. RGB value is (146,168,193). Sum of RGB (Red+Green+Blue) = 146+168+193=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #92A8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A8C1 is #6D573E. Grayscale: #A4A4A4. Windows color (decimal): -7165759 or 12691602. OLE color: 12691602.

HSL color Cylindrical-coordinate representation of color #92A8C1: hue angle of 211.91º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92A8C1 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146168193-
CMYK0.240.1300.24
HSL211.91º27.49%66.47%-
HSV(B)211.91º24.35%75.69%-
XYZ35.4837.9755.91-
YUV164.27144.21114.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=28.80%
G=33.14%
B=38.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461681930.240.1300.24211.9127.4966.47
Hex92A8C118D018d41b42
Octal222250301301503032433102
Binary10010010101010001100000111000110101100011010100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,168,193); }

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

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

 a { background-color: rgb(146,168,193); }

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

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

 span { border-color: rgb(146,168,193); }

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