#929AF0

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

Shades of Portage #929AF0

Tints of Portage #929AF0

Color information

#929AF0 (or 0x929AF0) is unknown color: approx Portage. HEX triplet: 92, 9A and F0. RGB value is (146,154,240). Sum of RGB (Red+Green+Blue) = 146+154+240=540 (71% of max value = 765). Red value is 146 (57.42% from 255 or 27.04% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #929AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929AF0 is #6D650F. Grayscale: #A1A1A1. Windows color (decimal): -7169296 or 15768210. OLE color: 15768210.

HSL color Cylindrical-coordinate representation of color #929AF0: hue angle of 234.89º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #929AF0 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146154240-
CMYK0.390.3600.06
HSL234.89º75.81%75.69%-
HSV(B)234.89º39.17%94.12%-
XYZ39.1435.5187.23-
YUV161.41172.35117.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.04%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=27.04%
G=28.52%
B=44.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1461542400.390.3600.06234.8975.8175.69
Hex929AF0272406eb4c4c
Octal222232360474406353114114
Binary10010010100110101111000010011110010001101110101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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