Html Css Color HEX #9D9FDE Blue Bell

📋 copy color: '#9D9FDE'

red 157 ◦ green 159 ◦ blue 222

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

Shades of Blue Bell #9D9FDE

Tints of Blue Bell #9D9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 29.18%
G = 29.55%
B = 41.26%

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

#9D9FDE (or 0x9D9FDE) is known color: Blue Bell. HEX triplet: 9D, 9F and DE. RGB value is (157,159,222). Sum of RGB (Red+Green+Blue) = 157+159+222=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FDE is #626021. Grayscale: #A5A5A5. Windows color (decimal): -6447138 or 14589853. OLE color: 14589853.

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

Color convert

RGB 157 159 222 -
CMYK 0.29 0.28 0 0.13
HSL 238.15º 0.5% 0.74% -
HSV(B) 238.15º 0.29% 0.87% -
XYZ 39.49 37.24 74.21 -
YUV 165.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 157 159 222 0.29 0.28 0 0.13 238.15 0.5 0.74
Hex 9D 9F DE 1D 1C 0 D EE 32 4A
Octal 235 237 336 35 34 0 15 356 62 112
Binary 10011101 10011111 11011110 11101 11100 0 1101 11101110 110010 1001010

Color Harmonies of #9D9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9FDE

Black with #9D9FDE

Text Example


Text Example

White with #9D9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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