#929CF8

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

Shades of Portage #929CF8

Tints of Portage #929CF8

Color information

#929CF8 (or 0x929CF8) is unknown color: approx Portage. HEX triplet: 92, 9C and F8. RGB value is (146,156,248). Sum of RGB (Red+Green+Blue) = 146+156+248=550 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.55% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #929CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #929CF8 is #6D6307. Grayscale: #A3A3A3. Windows color (decimal): -7168776 or 16293010. OLE color: 16293010.

HSL color Cylindrical-coordinate representation of color #929CF8: hue angle of 234.12º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #929CF8 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146156248-
CMYK0.410.3700.03
HSL234.12º87.93%77.25%-
HSV(B)234.12º41.13%97.25%-
XYZ40.6936.6793.74-
YUV163.5175.69115.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.55%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 248 (97.27% from 255) = 45.09%
R=26.55%
G=28.36%
B=45.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461562480.410.3700.03234.1287.9377.25
Hex929CF8292503ea584d
Octal222234370514503352130115
Binary1001001010011100111110001010011001010111110101010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929CF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,156,248); }

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

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

 a { background-color: rgb(146,156,248); }

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

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

 span { border-color: rgb(146,156,248); }

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