#98A9FE

Color #98A9FE Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #98A9FE

Tints of Perano #98A9FE

Color information

#98A9FE (or 0x98A9FE) is unknown color: approx Perano. HEX triplet: 98, A9 and FE. RGB value is (152,169,254). Sum of RGB (Red+Green+Blue) = 152+169+254=575 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.43% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #98A9FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A9FE is #675601. Grayscale: #ADADAD. Windows color (decimal): -6772226 or 16689560. OLE color: 16689560.

HSL color Cylindrical-coordinate representation of color #98A9FE: hue angle of 230º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98A9FE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB152169254-
CMYK0.400.3300.00
HSL230º98.08%79.61%-
HSV(B)230º40.16%99.61%-
XYZ45.0342.2199.54-
YUV173.61173.37112.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.43%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=26.43%
G=29.39%
B=44.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1521692540.400.3300.0023098.0879.61
Hex98A9FE282100e66250
Octal230251376504100346142120
Binary100110001010100111111110101000100001001110011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A9FE; }

 p { color: rgb(152,169,254); }

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

<style>
 a { background-color: #98A9FE; }

 a { background-color: rgb(152,169,254); }

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

<style>
 span { border-color: #98A9FE; }

 span { border-color: rgb(152,169,254); }

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