#968BCE

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

Shades of Blue Bell #968BCE

Tints of Blue Bell #968BCE

Color information

#968BCE (or 0x968BCE) is unknown color: approx Blue Bell. HEX triplet: 96, 8B and CE. RGB value is (150,139,206). Sum of RGB (Red+Green+Blue) = 150+139+206=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #968BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BCE is #697431. Grayscale: #959595. Windows color (decimal): -6911026 or 13536150. OLE color: 13536150.

HSL color Cylindrical-coordinate representation of color #968BCE: hue angle of 249.85º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #968BCE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150139206-
CMYK0.270.3300.19
HSL249.85º40.61%67.65%-
HSV(B)249.85º32.52%80.78%-
XYZ32.9529.4162.33-
YUV149.93159.64128.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=30.30%
G=28.08%
B=41.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501392060.270.3300.19249.8540.6167.65
Hex968BCE1B21013fa2944
Octal226213316334102337251104
Binary10010110100010111100111011011100001010011111110101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968BCE; }

 p { color: rgb(150,139,206); }

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

<style>
 a { background-color: #968BCE; }

 a { background-color: rgb(150,139,206); }

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

<style>
 span { border-color: #968BCE; }

 span { border-color: rgb(150,139,206); }

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