#98A9FD

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

Shades of Perano #98A9FD

Tints of Perano #98A9FD

Color information

#98A9FD (or 0x98A9FD) is unknown color: approx Perano. HEX triplet: 98, A9 and FD. RGB value is (152,169,253). Sum of RGB (Red+Green+Blue) = 152+169+253=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #98A9FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A9FD is #675602. Grayscale: #ADADAD. Windows color (decimal): -6772227 or 16624024. OLE color: 16624024.

HSL color Cylindrical-coordinate representation of color #98A9FD: hue angle of 229.9º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98A9FD is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152169253-
CMYK0.400.3300.01
HSL229.9º96.19%79.41%-
HSV(B)229.9º39.92%99.22%-
XYZ44.8742.1498.7-
YUV173.49172.87112.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.48%
GREEN value IS 169 (66.41% from 255) = 29.44%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=26.48%
G=29.44%
B=44.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521692530.400.3300.01229.996.1979.41
Hex98A9FD282101e6604f
Octal230251375504101346140117
Binary100110001010100111111101101000100001011110011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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