#98A4FD

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

Shades of Perano #98A4FD

Tints of Perano #98A4FD

Color information

#98A4FD (or 0x98A4FD) is unknown color: approx Perano. HEX triplet: 98, A4 and FD. RGB value is (152,164,253). Sum of RGB (Red+Green+Blue) = 152+164+253=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #98A4FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A4FD is #675B02. Grayscale: #AAAAAA. Windows color (decimal): -6773507 or 16622744. OLE color: 16622744.

HSL color Cylindrical-coordinate representation of color #98A4FD: hue angle of 232.87º 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 #98A4FD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152164253-
CMYK0.400.3500.01
HSL232.87º96.19%79.41%-
HSV(B)232.87º39.92%99.22%-
XYZ43.9540.3298.39-
YUV170.56174.52114.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.71%
GREEN value IS 164 (64.45% from 255) = 28.82%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=26.71%
G=28.82%
B=44.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521642530.400.3500.01232.8796.1979.41
Hex98A4FD282301e9604f
Octal230244375504301351140117
Binary100110001010010011111101101000100011011110100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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