Html Css Color HEX #9D9FDD Blue Bell

📋 copy color: '#9D9FDD'

red 157 ◦ green 159 ◦ blue 221

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

Shades of Blue Bell #9D9FDD

Tints of Blue Bell #9D9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

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

R = 29.24%
G = 29.61%
B = 41.15%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D9FDD (or 0x9D9FDD) is known color: Blue Bell. HEX triplet: 9D, 9F and DD. RGB value is (157,159,221). Sum of RGB (Red+Green+Blue) = 157+159+221=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FDD is #626022. Grayscale: #A5A5A5. Windows color (decimal): -6447139 or 14524317. OLE color: 14524317.

HSL color Cylindrical-coordinate representation of color #9D9FDD: hue angle of 238.12º 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 #9D9FDD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 159 221 -
CMYK 0.29 0.28 0 0.13
HSL 238.13º 0.48% 0.74% -
HSV(B) 238.13º 0.29% 0.87% -
XYZ 39.35 37.18 73.51 -
YUV 165.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 157 159 221 0.29 0.28 0 0.13 238.13 0.48 0.74
Hex 9D 9F DD 1D 1C 0 D EE 30 4A
Octal 235 237 335 35 34 0 15 356 60 112
Binary 10011101 10011111 11011101 11101 11100 0 1101 11101110 110000 1001010

Color Harmonies of #9D9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9FDD

Black with #9D9FDD

Text Example


Text Example

White with #9D9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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