Html Css Color HEX #9C9FD3 Blue Bell

📋 copy color: '#9C9FD3'

red 156 ◦ green 159 ◦ blue 211

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

Shades of Blue Bell #9C9FD3

Tints of Blue Bell #9C9FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 29.66%
G = 30.23%
B = 40.11%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#9C9FD3 (or 0x9C9FD3) is known color: Blue Bell. HEX triplet: 9C, 9F and D3. RGB value is (156,159,211). Sum of RGB (Red+Green+Blue) = 156+159+211=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C9FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9FD3 is #63602C. Grayscale: #A3A3A3. Windows color (decimal): -6512685 or 13868956. OLE color: 13868956.

HSL color Cylindrical-coordinate representation of color #9C9FD3: hue angle of 236.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C9FD3 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 156 159 211 -
CMYK 0.26 0.25 0 0.17
HSL 236.73º 0.38% 0.72% -
HSV(B) 236.73º 0.26% 0.83% -
XYZ 37.87 36.57 66.69 -
YUV 164.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 156 159 211 0.26 0.25 0 0.17 236.73 0.38 0.72
Hex 9C 9F D3 1A 19 0 11 ED 26 48
Octal 234 237 323 32 31 0 21 355 46 110
Binary 10011100 10011111 11010011 11010 11001 0 10001 11101101 100110 1001000

Color Harmonies of #9C9FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9FD3

Black with #9C9FD3

Text Example


Text Example

White with #9C9FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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