#929FCF

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

Shades of Portage #929FCF

Tints of Portage #929FCF

Color information

#929FCF (or 0x929FCF) is unknown color: approx Portage. HEX triplet: 92, 9F and CF. RGB value is (146,159,207). Sum of RGB (Red+Green+Blue) = 146+159+207=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #929FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #929FCF is #6D6030. Grayscale: #A0A0A0. Windows color (decimal): -7168049 or 13606802. OLE color: 13606802.

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

Color convert

RGB146159207-
CMYK0.290.2300.19
HSL227.21º38.85%69.22%-
HSV(B)227.21º29.47%81.18%-
XYZ35.5135.4163.99-
YUV160.58154.19117.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.52%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=28.52%
G=31.05%
B=40.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1461592070.290.2300.19227.2138.8569.22
Hex929FCF1D17013e32745
Octal222237317352702334347105
Binary1001001010011111110011111110110111010011111000111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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