#98A9FB

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

Shades of Perano #98A9FB

Tints of Perano #98A9FB

Color information

#98A9FB (or 0x98A9FB) is unknown color: approx Perano. HEX triplet: 98, A9 and FB. RGB value is (152,169,251). Sum of RGB (Red+Green+Blue) = 152+169+251=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #98A9FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A9FB is #675604. Grayscale: #ACACAC. Windows color (decimal): -6772229 or 16492952. OLE color: 16492952.

HSL color Cylindrical-coordinate representation of color #98A9FB: hue angle of 229.7º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98A9FB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152169251-
CMYK0.390.3300.02
HSL229.7º92.52%79.02%-
HSV(B)229.7º39.44%98.43%-
XYZ44.5542.0297.03-
YUV173.26171.87112.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.57%
GREEN value IS 169 (66.41% from 255) = 29.55%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=26.57%
G=29.55%
B=43.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521692510.390.3300.02229.792.5279.02
Hex98A9FB272102e65d4f
Octal230251373474102346135117
Binary1001100010101001111110111001111000010101110011010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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