#929AFD

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

Shades of Portage #929AFD

Tints of Portage #929AFD

Color information

#929AFD (or 0x929AFD) is unknown color: approx Portage. HEX triplet: 92, 9A and FD. RGB value is (146,154,253). Sum of RGB (Red+Green+Blue) = 146+154+253=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #929AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929AFD is #6D6502. Grayscale: #A2A2A2. Windows color (decimal): -7169283 or 16620178. OLE color: 16620178.

HSL color Cylindrical-coordinate representation of color #929AFD: hue angle of 235.51º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #929AFD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146154253-
CMYK0.420.3900.01
HSL235.51º96.4%78.24%-
HSV(B)235.51º42.29%99.22%-
XYZ41.1436.3197.77-
YUV162.89178.85115.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.40%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=26.40%
G=27.85%
B=45.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461542530.420.3900.01235.5196.478.24
Hex929AFD2A2701ec604e
Octal222232375524701354140116
Binary100100101001101011111101101010100111011110110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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