#929FF3

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

Shades of Portage #929FF3

Tints of Portage #929FF3

Color information

#929FF3 (or 0x929FF3) is unknown color: approx Portage. HEX triplet: 92, 9F and F3. RGB value is (146,159,243). Sum of RGB (Red+Green+Blue) = 146+159+243=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #929FF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929FF3 is #6D600C. Grayscale: #A4A4A4. Windows color (decimal): -7168013 or 15966098. OLE color: 15966098.

HSL color Cylindrical-coordinate representation of color #929FF3: hue angle of 231.96º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #929FF3 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB146159243-
CMYK0.400.3500.05
HSL231.96º80.17%76.27%-
HSV(B)231.96º39.92%95.29%-
XYZ40.4337.3889.88-
YUV164.69172.19114.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.64%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 243 (95.31% from 255) = 44.34%
R=26.64%
G=29.01%
B=44.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1461592430.400.3500.05231.9680.1776.27
Hex929FF3282305e8504c
Octal222237363504305350120114
Binary10010010100111111111001110100010001101011110100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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