Html Css Color HEX #9D9DDD Blue Bell

📋 copy color: '#9D9DDD'

red 157 ◦ green 157 ◦ blue 221

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

Shades of Blue Bell #9D9DDD

Tints of Blue Bell #9D9DDD

RGB

 RED value IS 157 (61.72% from 255) = 29.35%

 GREEN value IS 157 (61.72% from 255) = 29.35%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 29.35%
G = 29.35%
B = 41.31%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D9DDD (or 0x9D9DDD) is known color: Blue Bell. HEX triplet: 9D, 9D and DD. RGB value is (157,157,221). Sum of RGB (Red+Green+Blue) = 157+157+221=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DDD is #626222. Grayscale: #A4A4A4. Windows color (decimal): -6447651 or 14523805. OLE color: 14523805.

HSL color Cylindrical-coordinate representation of color #9D9DDD: hue angle of 240º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D9DDD is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 157 221 -
CMYK 0.29 0.29 0 0.13
HSL 240º 0.48% 0.74% -
HSV(B) 240º 0.29% 0.87% -
XYZ 39.01 36.5 73.4 -
YUV 164.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 157 157 221 0.29 0.29 0 0.13 240 0.48 0.74
Hex 9D 9D DD 1D 1D 0 D F0 30 4A
Octal 235 235 335 35 35 0 15 360 60 112
Binary 10011101 10011101 11011101 11101 11101 0 1101 11110000 110000 1001010

Color Harmonies of #9D9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9DDD

Black with #9D9DDD

Text Example


Text Example

White with #9D9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D9DDD; }

 p { color: rgb(157,157,221); }

 H1.HeaderClassName
 {
   color: #9D9DDD;
 }
 .AnyTagClassName
 {
   color: #9D9DDD;
 }
</style>

background-color css

<style>
 a { background-color: #9D9DDD; }

 a { background-color: rgb(157,157,221); }

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

border-color css

<style>
 span { border-color: #9D9DDD; }

 span { border-color: rgb(157,157,221); }

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