#98A1F9

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

Shades of Perano #98A1F9

Tints of Perano #98A1F9

Color information

#98A1F9 (or 0x98A1F9) is unknown color: approx Perano. HEX triplet: 98, A1 and F9. RGB value is (152,161,249). Sum of RGB (Red+Green+Blue) = 152+161+249=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #98A1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A1F9 is #675E06. Grayscale: #A7A7A7. Windows color (decimal): -6774279 or 16359832. OLE color: 16359832.

HSL color Cylindrical-coordinate representation of color #98A1F9: hue angle of 234.43º degrees, saturation: 0.89, 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 #98A1F9 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152161249-
CMYK0.390.3500.02
HSL234.43º88.99%78.63%-
HSV(B)234.43º38.96%97.65%-
XYZ42.793994.9-
YUV168.34173.52116.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 161 (63.28% from 255) = 28.65%
BLUE value IS 249 (97.66% from 255) = 44.31%
R=27.05%
G=28.65%
B=44.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521612490.390.3500.02234.4388.9978.63
Hex98A1F9272302ea594f
Octal230241371474302352131117
Binary1001100010100001111110011001111000110101110101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,161,249); }

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

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

 a { background-color: rgb(152,161,249); }

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

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

 span { border-color: rgb(152,161,249); }

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