Html Css Color HEX #9D9DDE Blue Bell

📋 copy color: '#9D9DDE'

red 157 ◦ green 157 ◦ blue 222

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

Shades of Blue Bell #9D9DDE

Tints of Blue Bell #9D9DDE

RGB

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

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

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

R = 29.29%
G = 29.29%
B = 41.42%

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

#9D9DDE (or 0x9D9DDE) is known color: Blue Bell. HEX triplet: 9D, 9D and DE. RGB value is (157,157,222). Sum of RGB (Red+Green+Blue) = 157+157+222=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D9DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DDE is #626221. Grayscale: #A4A4A4. Windows color (decimal): -6447650 or 14589341. OLE color: 14589341.

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

Color convert

RGB 157 157 222 -
CMYK 0.29 0.29 0 0.13
HSL 240º 0.5% 0.74% -
HSV(B) 240º 0.29% 0.87% -
XYZ 39.15 36.56 74.1 -
YUV 164.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 157 157 222 0.29 0.29 0 0.13 240 0.5 0.74
Hex 9D 9D DE 1D 1D 0 D F0 32 4A
Octal 235 235 336 35 35 0 15 360 62 112
Binary 10011101 10011101 11011110 11101 11101 0 1101 11110000 110010 1001010

Color Harmonies of #9D9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9DDE

Black with #9D9DDE

Text Example


Text Example

White with #9D9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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