#9B9DD4

Color #9B9DD4 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9B9DD4

Tints of Blue Bell #9B9DD4

Color information

#9B9DD4 (or 0x9B9DD4) is unknown color: approx Blue Bell. HEX triplet: 9B, 9D and D4. RGB value is (155,157,212). Sum of RGB (Red+Green+Blue) = 155+157+212=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 212 (83.20% from 255 or 40.46% from 524); Max value from RGB is 212 - color contains mainly: blue. Hex color #9B9DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DD4 is #64622B. Grayscale: #A2A2A2. Windows color (decimal): -6578732 or 13933979. OLE color: 13933979.

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

Color convert

RGB155157212-
CMYK0.270.2600.17
HSL237.89º39.86%71.96%-
HSV(B)237.89º26.89%83.14%-
XYZ37.4635.8467.23-
YUV162.67155.84122.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 212 (83.20% from 255) = 40.46%
R=29.58%
G=29.96%
B=40.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1551572120.270.2600.17237.8939.8671.96
Hex9B9DD41B1A011ee2848
Octal233235324333202135650110
Binary1001101110011101110101001101111010010001111011101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,157,212); }

 H1.HeaderClassName
 {
   color: #9B9DD4;
 }
 .AnyTagClassName
 {
   color: #9B9DD4;
 }
</style>
background-color css

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

 a { background-color: rgb(155,157,212); }

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

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

 span { border-color: rgb(155,157,212); }

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