#98A7FD

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

Shades of Perano #98A7FD

Tints of Perano #98A7FD

Color information

#98A7FD (or 0x98A7FD) is unknown color: approx Perano. HEX triplet: 98, A7 and FD. RGB value is (152,167,253). Sum of RGB (Red+Green+Blue) = 152+167+253=572 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.57% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #98A7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #98A7FD is #675802. Grayscale: #ABABAB. Windows color (decimal): -6772739 or 16623512. OLE color: 16623512.

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

Color convert

RGB152167253-
CMYK0.400.3400.01
HSL231.09º96.19%79.41%-
HSV(B)231.09º39.92%99.22%-
XYZ44.541.498.58-
YUV172.32173.53113.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.57%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=26.57%
G=29.20%
B=44.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521672530.400.3400.01231.0996.1979.41
Hex98A7FD282201e7604f
Octal230247375504201347140117
Binary100110001010011111111101101000100010011110011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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