Html Css Color HEX #998CDA Blue Bell

📋 copy color: '#998CDA'

red 153 ◦ green 140 ◦ blue 218

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

Shades of Blue Bell #998CDA

Tints of Blue Bell #998CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 29.94%
G = 27.4%
B = 42.66%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#998CDA (or 0x998CDA) is known color: Blue Bell. HEX triplet: 99, 8C and DA. RGB value is (153,140,218). Sum of RGB (Red+Green+Blue) = 153+140+218=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #998CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CDA is #667325. Grayscale: #989898. Windows color (decimal): -6714150 or 14322841. OLE color: 14322841.

HSL color Cylindrical-coordinate representation of color #998CDA: hue angle of 250º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998CDA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 140 218 -
CMYK 0.30 0.36 0 0.15
HSL 250º 0.51% 0.7% -
HSV(B) 250º 0.36% 0.85% -
XYZ 35.17 30.59 70.38 -
YUV 152.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 153 140 218 0.30 0.36 0 0.15 250 0.51 0.7
Hex 99 8C DA 1E 24 0 F FA 33 46
Octal 231 214 332 36 44 0 17 372 63 106
Binary 10011001 10001100 11011010 11110 100100 0 1111 11111010 110011 1000110

Color Harmonies of #998CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998CDA

Black with #998CDA

Text Example


Text Example

White with #998CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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