Html Css Color HEX #9DA1DC Blue Bell

📋 copy color: '#9DA1DC'

red 157 ◦ green 161 ◦ blue 220

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

Shades of Blue Bell #9DA1DC

Tints of Blue Bell #9DA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

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

R = 29.18%
G = 29.93%
B = 40.89%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DA1DC (or 0x9DA1DC) is known color: Blue Bell. HEX triplet: 9D, A1 and DC. RGB value is (157,161,220). Sum of RGB (Red+Green+Blue) = 157+161+220=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #9DA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA1DC is #625E23. Grayscale: #A6A6A6. Windows color (decimal): -6446628 or 14459293. OLE color: 14459293.

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

Color convert

RGB 157 161 220 -
CMYK 0.29 0.27 0 0.14
HSL 236.19º 0.47% 0.74% -
HSV(B) 236.19º 0.29% 0.86% -
XYZ 39.57 37.83 72.93 -
YUV 166.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 157 161 220 0.29 0.27 0 0.14 236.19 0.47 0.74
Hex 9D A1 DC 1D 1B 0 E EC 2F 4A
Octal 235 241 334 35 33 0 16 354 57 112
Binary 10011101 10100001 11011100 11101 11011 0 1110 11101100 101111 1001010

Color Harmonies of #9DA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA1DC

Black with #9DA1DC

Text Example


Text Example

White with #9DA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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