#968FE1

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

Shades of Blue Bell #968FE1

Tints of Blue Bell #968FE1

Color information

#968FE1 (or 0x968FE1) is unknown color: approx Blue Bell. HEX triplet: 96, 8F and E1. RGB value is (150,143,225). Sum of RGB (Red+Green+Blue) = 150+143+225=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #968FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FE1 is #69701E. Grayscale: #9A9A9A. Windows color (decimal): -6909983 or 14782358. OLE color: 14782358.

HSL color Cylindrical-coordinate representation of color #968FE1: hue angle of 245.12º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #968FE1 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB150143225-
CMYK0.330.3600.12
HSL245.12º57.75%72.16%-
HSV(B)245.12º36.44%88.24%-
XYZ35.9931.5775.43-
YUV154.44167.82124.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 225 (88.28% from 255) = 43.44%
R=28.96%
G=27.61%
B=43.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1501432250.330.3600.12245.1257.7572.16
Hex968FE121240Cf53a48
Octal226217341414401436572110
Binary10010110100011111110000110000110010001100111101011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,225); }

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

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

 a { background-color: rgb(150,143,225); }

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

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

 span { border-color: rgb(150,143,225); }

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