Html Css Color HEX #9C9FDF Blue Bell

📋 copy color: '#9C9FDF'

red 156 ◦ green 159 ◦ blue 223

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

Shades of Blue Bell #9C9FDF

Tints of Blue Bell #9C9FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 29%
G = 29.55%
B = 41.45%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C9FDF (or 0x9C9FDF) is known color: Blue Bell. HEX triplet: 9C, 9F and DF. RGB value is (156,159,223). Sum of RGB (Red+Green+Blue) = 156+159+223=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FDF is #636020. Grayscale: #A5A5A5. Windows color (decimal): -6512673 or 14655388. OLE color: 14655388.

HSL color Cylindrical-coordinate representation of color #9C9FDF: hue angle of 237.31º degrees, saturation: 0.51, 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 #9C9FDF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 159 223 -
CMYK 0.30 0.29 0 0.13
HSL 237.31º 0.51% 0.74% -
HSV(B) 237.31º 0.3% 0.87% -
XYZ 39.43 37.19 74.91 -
YUV 165.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 156 159 223 0.30 0.29 0 0.13 237.31 0.51 0.74
Hex 9C 9F DF 1E 1D 0 D ED 33 4A
Octal 234 237 337 36 35 0 15 355 63 112
Binary 10011100 10011111 11011111 11110 11101 0 1101 11101101 110011 1001010

Color Harmonies of #9C9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FDF

Black with #9C9FDF

Text Example


Text Example

White with #9C9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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