Html Css Color HEX #9C9DD5 Blue Bell

📋 copy color: '#9C9DD5'

red 156 ◦ green 157 ◦ blue 213

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

Shades of Blue Bell #9C9DD5

Tints of Blue Bell #9C9DD5

RGB

 RED value IS 156 (61.33% from 255) = 29.66%

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

 BLUE value IS 213 (83.59% from 255) = 40.49%

R = 29.66%
G = 29.85%
B = 40.49%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9C9DD5 (or 0x9C9DD5) is known color: Blue Bell. HEX triplet: 9C, 9D and D5. RGB value is (156,157,213). Sum of RGB (Red+Green+Blue) = 156+157+213=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DD5 is #63622A. Grayscale: #A2A2A2. Windows color (decimal): -6513195 or 13999516. OLE color: 13999516.

HSL color Cylindrical-coordinate representation of color #9C9DD5: hue angle of 238.95º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C9DD5 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 157 213 -
CMYK 0.27 0.26 0 0.16
HSL 238.95º 0.4% 0.72% -
HSV(B) 238.95º 0.27% 0.84% -
XYZ 37.78 35.99 67.91 -
YUV 163.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 156 157 213 0.27 0.26 0 0.16 238.95 0.4 0.72
Hex 9C 9D D5 1B 1A 0 10 EF 28 48
Octal 234 235 325 33 32 0 20 357 50 110
Binary 10011100 10011101 11010101 11011 11010 0 10000 11101111 101000 1001000

Color Harmonies of #9C9DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9DD5

Black with #9C9DD5

Text Example


Text Example

White with #9C9DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,157,213); }

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

background-color css

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

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

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

border-color css

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

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

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