#969DC1

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

Shades of Blue Bell #969DC1

Tints of Blue Bell #969DC1

Color information

#969DC1 (or 0x969DC1) is unknown color: approx Blue Bell. HEX triplet: 96, 9D and C1. RGB value is (150,157,193). Sum of RGB (Red+Green+Blue) = 150+157+193=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #969DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969DC1 is #69623E. Grayscale: #9E9E9E. Windows color (decimal): -6906431 or 12688790. OLE color: 12688790.

HSL color Cylindrical-coordinate representation of color #969DC1: hue angle of 230.23º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #969DC1 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB150157193-
CMYK0.220.1900.24
HSL230.23º25.75%67.25%-
HSV(B)230.23º22.28%75.69%-
XYZ34.2634.4555.3-
YUV159.01147.18121.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=30%
G=31.4%
B=38.6%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501571930.220.1900.24230.2325.7567.25
Hex969DC11613018e61a43
Octal226235301262303034632103
Binary100101101001110111000001101101001101100011100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969DC1; }

 p { color: rgb(150,157,193); }

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

<style>
 a { background-color: #969DC1; }

 a { background-color: rgb(150,157,193); }

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

<style>
 span { border-color: #969DC1; }

 span { border-color: rgb(150,157,193); }

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