Html Css Color HEX #998CEA Blue Bell

📋 copy color: '#998CEA'

red 153 ◦ green 140 ◦ blue 234

#998CEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #998CEA

Tints of Blue Bell #998CEA

RGB

 RED value IS 153 (60.16% from 255) = 29.03%

 GREEN value IS 140 (55.08% from 255) = 26.57%

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 29.03%
G = 26.57%
B = 44.4%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#998CEA (or 0x998CEA) is known color: Blue Bell. HEX triplet: 99, 8C and EA. RGB value is (153,140,234). Sum of RGB (Red+Green+Blue) = 153+140+234=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #998CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #998CEA is #667315. Grayscale: #9A9A9A. Windows color (decimal): -6714134 or 15371417. OLE color: 15371417.

HSL color Cylindrical-coordinate representation of color #998CEA: hue angle of 248.3º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998CEA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 140 234 -
CMYK 0.35 0.40 0 0.08
HSL 248.3º 0.69% 0.73% -
HSV(B) 248.3º 0.4% 0.92% -
XYZ 37.37 31.47 81.95 -
YUV 154.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 153 140 234 0.35 0.40 0 0.08 248.3 0.69 0.73
Hex 99 8C EA 23 28 0 8 F8 45 49
Octal 231 214 352 43 50 0 10 370 105 111
Binary 10011001 10001100 11101010 100011 101000 0 1000 11111000 1000101 1001001

Color Harmonies of #998CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CEA

Black with #998CEA

Text Example


Text Example

White with #998CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #998CEA;
 }
 .AnyTagClassName
 {
   color: #998CEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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