Html Css Color HEX #9C9FDD Blue Bell

📋 copy color: '#9C9FDD'

red 156 ◦ green 159 ◦ blue 221

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

Shades of Blue Bell #9C9FDD

Tints of Blue Bell #9C9FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 29.1%
G = 29.66%
B = 41.23%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C9FDD (or 0x9C9FDD) is known color: Blue Bell. HEX triplet: 9C, 9F and DD. RGB value is (156,159,221). Sum of RGB (Red+Green+Blue) = 156+159+221=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C9FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDD is #636022. Grayscale: #A4A4A4. Windows color (decimal): -6512675 or 14524316. OLE color: 14524316.

HSL color Cylindrical-coordinate representation of color #9C9FDD: hue angle of 237.23º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9FDD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 159 221 -
CMYK 0.29 0.28 0 0.13
HSL 237.23º 0.49% 0.74% -
HSV(B) 237.23º 0.29% 0.87% -
XYZ 39.16 37.08 73.5 -
YUV 165.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 156 159 221 0.29 0.28 0 0.13 237.23 0.49 0.74
Hex 9C 9F DD 1D 1C 0 D ED 31 4A
Octal 234 237 335 35 34 0 15 355 61 112
Binary 10011100 10011111 11011101 11101 11100 0 1101 11101101 110001 1001010

Color Harmonies of #9C9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FDD

Black with #9C9FDD

Text Example


Text Example

White with #9C9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,159,221); }

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

background-color css

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

 a { background-color: rgb(156,159,221); }

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

border-color css

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

 span { border-color: rgb(156,159,221); }

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