#92A7DA

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

Shades of Portage #92A7DA

Tints of Portage #92A7DA

Color information

#92A7DA (or 0x92A7DA) is unknown color: approx Portage. HEX triplet: 92, A7 and DA. RGB value is (146,167,218). Sum of RGB (Red+Green+Blue) = 146+167+218=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #92A7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A7DA is #6D5825. Grayscale: #A6A6A6. Windows color (decimal): -7165990 or 14329746. OLE color: 14329746.

HSL color Cylindrical-coordinate representation of color #92A7DA: hue angle of 222.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92A7DA is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB146167218-
CMYK0.330.2300.15
HSL222.5º49.32%71.37%-
HSV(B)222.5º33.03%85.49%-
XYZ38.3338.8171.8-
YUV166.54157.04113.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.50%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=27.50%
G=31.45%
B=41.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1461672180.330.2300.15222.549.3271.37
Hex92A7DA21170Fde3147
Octal222247332412701733661107
Binary1001001010100111110110101000011011101111110111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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