#92A1CF

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

Shades of Portage #92A1CF

Tints of Portage #92A1CF

Color information

#92A1CF (or 0x92A1CF) is unknown color: approx Portage. HEX triplet: 92, A1 and CF. RGB value is (146,161,207). Sum of RGB (Red+Green+Blue) = 146+161+207=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #92A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92A1CF is #6D5E30. Grayscale: #A1A1A1. Windows color (decimal): -7167537 or 13607314. OLE color: 13607314.

HSL color Cylindrical-coordinate representation of color #92A1CF: hue angle of 225.25º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92A1CF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146161207-
CMYK0.290.2200.19
HSL225.25º38.85%69.22%-
HSV(B)225.25º29.47%81.18%-
XYZ35.8636.1164.11-
YUV161.76153.53116.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.40%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 207 (81.25% from 255) = 40.27%
R=28.40%
G=31.32%
B=40.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461612070.290.2200.19225.2538.8569.22
Hex92A1CF1D16013e12745
Octal222241317352602334147105
Binary1001001010100001110011111110110110010011111000011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,161,207); }

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

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

 a { background-color: rgb(146,161,207); }

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

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

 span { border-color: rgb(146,161,207); }

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