Html Css Color HEX #988CDA Blue Bell

📋 copy color: '#988CDA'

red 152 ◦ green 140 ◦ blue 218

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

Shades of Blue Bell #988CDA

Tints of Blue Bell #988CDA

RGB

 RED value IS 152 (59.77% from 255) = 29.8%

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

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

R = 29.8%
G = 27.45%
B = 42.75%

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

#988CDA (or 0x988CDA) is known color: Blue Bell. HEX triplet: 98, 8C and DA. RGB value is (152,140,218). Sum of RGB (Red+Green+Blue) = 152+140+218=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #988CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988CDA is #677325. Grayscale: #989898. Windows color (decimal): -6779686 or 14322840. OLE color: 14322840.

HSL color Cylindrical-coordinate representation of color #988CDA: hue angle of 249.23º 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 #988CDA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 140 218 -
CMYK 0.30 0.36 0 0.15
HSL 249.23º 0.51% 0.7% -
HSV(B) 249.23º 0.36% 0.85% -
XYZ 34.98 30.49 70.37 -
YUV 152.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 152 140 218 0.30 0.36 0 0.15 249.23 0.51 0.7
Hex 98 8C DA 1E 24 0 F F9 33 46
Octal 230 214 332 36 44 0 17 371 63 106
Binary 10011000 10001100 11011010 11110 100100 0 1111 11111001 110011 1000110

Color Harmonies of #988CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988CDA

Black with #988CDA

Text Example


Text Example

White with #988CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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