Html Css Color HEX #9D9DDC Blue Bell

📋 copy color: '#9D9DDC'

red 157 ◦ green 157 ◦ blue 220

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

Shades of Blue Bell #9D9DDC

Tints of Blue Bell #9D9DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 29.4%
G = 29.4%
B = 41.2%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D9DDC (or 0x9D9DDC) is known color: Blue Bell. HEX triplet: 9D, 9D and DC. RGB value is (157,157,220). Sum of RGB (Red+Green+Blue) = 157+157+220=534 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.40% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9DDC is #626223. Grayscale: #A3A3A3. Windows color (decimal): -6447652 or 14458269. OLE color: 14458269.

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

Color convert

RGB 157 157 220 -
CMYK 0.29 0.29 0 0.14
HSL 240º 0.47% 0.74% -
HSV(B) 240º 0.29% 0.86% -
XYZ 38.88 36.45 72.7 -
YUV 164.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 157 157 220 0.29 0.29 0 0.14 240 0.47 0.74
Hex 9D 9D DC 1D 1D 0 E F0 2F 4A
Octal 235 235 334 35 35 0 16 360 57 112
Binary 10011101 10011101 11011100 11101 11101 0 1110 11110000 101111 1001010

Color Harmonies of #9D9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9DDC

Black with #9D9DDC

Text Example


Text Example

White with #9D9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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