#998FEA

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

Shades of Blue Bell #998FEA

Tints of Blue Bell #998FEA

Color information

#998FEA (or 0x998FEA) is unknown color: approx Blue Bell. HEX triplet: 99, 8F and EA. RGB value is (153,143,234). Sum of RGB (Red+Green+Blue) = 153+143+234=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #998FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998FEA is #667015. Grayscale: #9C9C9C. Windows color (decimal): -6713366 or 15372185. OLE color: 15372185.

HSL color Cylindrical-coordinate representation of color #998FEA: hue angle of 246.59º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #998FEA is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153143234-
CMYK0.350.3900.08
HSL246.59º68.42%73.92%-
HSV(B)246.59º38.89%91.76%-
XYZ37.8132.3682.09-
YUV156.36171.81125.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.87%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=28.87%
G=26.98%
B=44.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531432340.350.3900.08246.5968.4273.92
Hex998FEA232708f7444a
Octal2312173524347010367104112
Binary100110011000111111101010100011100111010001111011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998FEA; }

 p { color: rgb(153,143,234); }

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

<style>
 a { background-color: #998FEA; }

 a { background-color: rgb(153,143,234); }

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

<style>
 span { border-color: #998FEA; }

 span { border-color: rgb(153,143,234); }

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