Html Css Color HEX #9D9FDC Blue Bell

📋 copy color: '#9D9FDC'

red 157 ◦ green 159 ◦ blue 220

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

Shades of Blue Bell #9D9FDC

Tints of Blue Bell #9D9FDC

RGB

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

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

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

R = 29.29%
G = 29.66%
B = 41.04%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D9FDC (or 0x9D9FDC) is known color: Blue Bell. HEX triplet: 9D, 9F and DC. RGB value is (157,159,220). Sum of RGB (Red+Green+Blue) = 157+159+220=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9FDC is #626023. Grayscale: #A5A5A5. Windows color (decimal): -6447140 or 14458781. OLE color: 14458781.

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

Color convert

RGB 157 159 220 -
CMYK 0.29 0.28 0 0.14
HSL 238.1º 0.47% 0.74% -
HSV(B) 238.1º 0.29% 0.86% -
XYZ 39.22 37.13 72.81 -
YUV 165.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 157 159 220 0.29 0.28 0 0.14 238.1 0.47 0.74
Hex 9D 9F DC 1D 1C 0 E EE 2F 4A
Octal 235 237 334 35 34 0 16 356 57 112
Binary 10011101 10011111 11011100 11101 11100 0 1110 11101110 101111 1001010

Color Harmonies of #9D9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9FDC

Black with #9D9FDC

Text Example


Text Example

White with #9D9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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