#98A1CF

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

Shades of Blue Bell #98A1CF

Tints of Blue Bell #98A1CF

Color information

#98A1CF (or 0x98A1CF) is unknown color: approx Blue Bell. HEX triplet: 98, A1 and CF. RGB value is (152,161,207). Sum of RGB (Red+Green+Blue) = 152+161+207=520 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.23% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #98A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A1CF is #675E30. Grayscale: #A3A3A3. Windows color (decimal): -6774321 or 13607320. OLE color: 13607320.

HSL color Cylindrical-coordinate representation of color #98A1CF: hue angle of 230.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A1CF is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152161207-
CMYK0.270.2200.19
HSL230.18º36.42%70.39%-
HSV(B)230.18º26.57%81.18%-
XYZ36.9636.6764.16-
YUV163.55152.52119.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.23%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=29.23%
G=30.96%
B=39.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521612070.270.2200.19230.1836.4270.39
Hex98A1CF1B16013e62446
Octal230241317332602334644106
Binary1001100010100001110011111101110110010011111001101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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