Html Css Color HEX #9DA3CE Blue Bell

📋 copy color: '#9DA3CE'

red 157 ◦ green 163 ◦ blue 206

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

Shades of Blue Bell #9DA3CE

Tints of Blue Bell #9DA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.99%

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 29.85%
G = 30.99%
B = 39.16%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9DA3CE (or 0x9DA3CE) is known color: Blue Bell. HEX triplet: 9D, A3 and CE. RGB value is (157,163,206). Sum of RGB (Red+Green+Blue) = 157+163+206=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DA3CE is #625C31. Grayscale: #A5A5A5. Windows color (decimal): -6446130 or 13542301. OLE color: 13542301.

HSL color Cylindrical-coordinate representation of color #9DA3CE: hue angle of 232.65º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DA3CE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 163 206 -
CMYK 0.24 0.21 0 0.19
HSL 232.65º 0.33% 0.71% -
HSV(B) 232.65º 0.24% 0.81% -
XYZ 38.14 37.82 63.68 -
YUV 166.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 157 163 206 0.24 0.21 0 0.19 232.65 0.33 0.71
Hex 9D A3 CE 18 15 0 13 E9 21 47
Octal 235 243 316 30 25 0 23 351 41 107
Binary 10011101 10100011 11001110 11000 10101 0 10011 11101001 100001 1000111

Color Harmonies of #9DA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA3CE

Black with #9DA3CE

Text Example


Text Example

White with #9DA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,163,206); }

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

background-color css

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

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

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

border-color css

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

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

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