Html Css Color HEX #9C9FDE Blue Bell

📋 copy color: '#9C9FDE'

red 156 ◦ green 159 ◦ blue 222

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

Shades of Blue Bell #9C9FDE

Tints of Blue Bell #9C9FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 29.05%
G = 29.61%
B = 41.34%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C9FDE (or 0x9C9FDE) is known color: Blue Bell. HEX triplet: 9C, 9F and DE. RGB value is (156,159,222). Sum of RGB (Red+Green+Blue) = 156+159+222=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C9FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDE is #636021. Grayscale: #A5A5A5. Windows color (decimal): -6512674 or 14589852. OLE color: 14589852.

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

Color convert

RGB 156 159 222 -
CMYK 0.30 0.28 0 0.13
HSL 237.27º 0.5% 0.74% -
HSV(B) 237.27º 0.3% 0.87% -
XYZ 39.29 37.14 74.2 -
YUV 165.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 156 159 222 0.30 0.28 0 0.13 237.27 0.5 0.74
Hex 9C 9F DE 1E 1C 0 D ED 32 4A
Octal 234 237 336 36 34 0 15 355 62 112
Binary 10011100 10011111 11011110 11110 11100 0 1101 11101101 110010 1001010

Color Harmonies of #9C9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FDE

Black with #9C9FDE

Text Example


Text Example

White with #9C9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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