Html Css Color HEX #988DCD Blue Bell

📋 copy color: '#988DCD'

red 152 ◦ green 141 ◦ blue 205

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

Shades of Blue Bell #988DCD

Tints of Blue Bell #988DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.31%

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 30.52%
G = 28.31%
B = 41.16%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#988DCD (or 0x988DCD) is known color: Blue Bell. HEX triplet: 98, 8D and CD. RGB value is (152,141,205). Sum of RGB (Red+Green+Blue) = 152+141+205=498 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.52% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #988DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988DCD is #677232. Grayscale: #979797. Windows color (decimal): -6779443 or 13471128. OLE color: 13471128.

HSL color Cylindrical-coordinate representation of color #988DCD: hue angle of 250.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988DCD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 141 205 -
CMYK 0.26 0.31 0 0.20
HSL 250.31º 0.39% 0.68% -
HSV(B) 250.31º 0.31% 0.8% -
XYZ 33.49 30.13 61.81 -
YUV 151.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 152 141 205 0.26 0.31 0 0.20 250.31 0.39 0.68
Hex 98 8D CD 1A 1F 0 14 FA 27 44
Octal 230 215 315 32 37 0 24 372 47 104
Binary 10011000 10001101 11001101 11010 11111 0 10100 11111010 100111 1000100

Color Harmonies of #988DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988DCD

Black with #988DCD

Text Example


Text Example

White with #988DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,205); }

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

background-color css

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

 a { background-color: rgb(152,141,205); }

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

border-color css

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

 span { border-color: rgb(152,141,205); }

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