#968CFB

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

Shades of Light Slate Blue #968CFB

Tints of Light Slate Blue #968CFB

Color information

#968CFB (or 0x968CFB) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8C and FB. RGB value is (150,140,251). Sum of RGB (Red+Green+Blue) = 150+140+251=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #968CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CFB is #697304. Grayscale: #9B9B9B. Windows color (decimal): -6910725 or 16485526. OLE color: 16485526.

HSL color Cylindrical-coordinate representation of color #968CFB: hue angle of 245.41º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968CFB is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150140251-
CMYK0.400.4400.02
HSL245.41º93.28%76.67%-
HSV(B)245.41º44.22%98.43%-
XYZ39.3732.2195.41-
YUV155.64181.81123.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 251 (98.44% from 255) = 46.40%
R=27.73%
G=25.88%
B=46.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501402510.400.4400.02245.4193.2876.67
Hex968CFB282C02f55d4d
Octal226214373505402365135115
Binary1001011010001100111110111010001011000101111010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,140,251); }

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

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

 a { background-color: rgb(150,140,251); }

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

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

 span { border-color: rgb(150,140,251); }

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