#929ACF

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

Shades of Portage #929ACF

Tints of Portage #929ACF

Color information

#929ACF (or 0x929ACF) is unknown color: approx Portage. HEX triplet: 92, 9A and CF. RGB value is (146,154,207). Sum of RGB (Red+Green+Blue) = 146+154+207=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #929ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929ACF is #6D6530. Grayscale: #9D9D9D. Windows color (decimal): -7169329 or 13605522. OLE color: 13605522.

HSL color Cylindrical-coordinate representation of color #929ACF: hue angle of 232.13º 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 #929ACF is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB146154207-
CMYK0.290.2600.19
HSL232.13º38.85%69.22%-
HSV(B)232.13º29.47%81.18%-
XYZ34.6733.7363.71-
YUV157.65155.85119.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=28.80%
G=30.37%
B=40.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461542070.290.2600.19232.1338.8569.22
Hex929ACF1D1A013e82745
Octal222232317353202335047105
Binary1001001010011010110011111110111010010011111010001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929ACF; }

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

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

<style>
 a { background-color: #929ACF; }

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

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

<style>
 span { border-color: #929ACF; }

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

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