#968EFE

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

Shades of Light Slate Blue #968EFE

Tints of Light Slate Blue #968EFE

Color information

#968EFE (or 0x968EFE) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8E and FE. RGB value is (150,142,254). Sum of RGB (Red+Green+Blue) = 150+142+254=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #968EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EFE is #697101. Grayscale: #9C9C9C. Windows color (decimal): -6910210 or 16682646. OLE color: 16682646.

HSL color Cylindrical-coordinate representation of color #968EFE: hue angle of 244.29º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968EFE is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB150142254-
CMYK0.410.4400.00
HSL244.29º98.25%77.65%-
HSV(B)244.29º44.09%99.61%-
XYZ40.1432.9998.02-
YUV157.16182.65122.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.47%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=27.47%
G=26.01%
B=46.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1501422540.410.4400.00244.2998.2577.65
Hex968EFE292C00f4624e
Octal226216376515400364142116
Binary100101101000111011111110101001101100001111010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,254); }

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

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

 a { background-color: rgb(150,142,254); }

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

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

 span { border-color: rgb(150,142,254); }

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