#92A5F8

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

Shades of Portage #92A5F8

Tints of Portage #92A5F8

Color information

#92A5F8 (or 0x92A5F8) is unknown color: approx Portage. HEX triplet: 92, A5 and F8. RGB value is (146,165,248). Sum of RGB (Red+Green+Blue) = 146+165+248=559 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.12% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #92A5F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92A5F8 is #6D5A07. Grayscale: #A8A8A8. Windows color (decimal): -7166472 or 16295314. OLE color: 16295314.

HSL color Cylindrical-coordinate representation of color #92A5F8: hue angle of 228.82º 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 #92A5F8 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146165248-
CMYK0.410.3300.03
HSL228.82º87.93%77.25%-
HSV(B)228.82º41.13%97.25%-
XYZ42.2539.894.26-
YUV168.78172.71111.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.12%
GREEN value IS 165 (64.84% from 255) = 29.52%
BLUE value IS 248 (97.27% from 255) = 44.36%
R=26.12%
G=29.52%
B=44.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461652480.410.3300.03228.8287.9377.25
Hex92A5F8292103e5584d
Octal222245370514103345130115
Binary1001001010100101111110001010011000010111110010110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92A5F8; }

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

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

<style>
 a { background-color: #92A5F8; }

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

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

<style>
 span { border-color: #92A5F8; }

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

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