#98A2FD

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

Shades of Perano #98A2FD

Tints of Perano #98A2FD

Color information

#98A2FD (or 0x98A2FD) is unknown color: approx Perano. HEX triplet: 98, A2 and FD. RGB value is (152,162,253). Sum of RGB (Red+Green+Blue) = 152+162+253=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 162 (63.67% from 255 or 28.57% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #98A2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A2FD is #675D02. Grayscale: #A9A9A9. Windows color (decimal): -6774019 or 16622232. OLE color: 16622232.

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

Color convert

RGB152162253-
CMYK0.400.3600.01
HSL234.06º96.19%79.41%-
HSV(B)234.06º39.92%99.22%-
XYZ43.639.6198.28-
YUV169.38175.19115.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 162 (63.67% from 255) = 28.57%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=26.81%
G=28.57%
B=44.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521622530.400.3600.01234.0696.1979.41
Hex98A2FD282401ea604f
Octal230242375504401352140117
Binary100110001010001011111101101000100100011110101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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