#968CFA

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

Shades of Light Slate Blue #968CFA

Tints of Light Slate Blue #968CFA

Color information

#968CFA (or 0x968CFA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 8C and FA. RGB value is (150,140,250). Sum of RGB (Red+Green+Blue) = 150+140+250=540 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.78% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #968CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CFA is #697305. Grayscale: #9B9B9B. Windows color (decimal): -6910726 or 16419990. OLE color: 16419990.

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

Color convert

RGB150140250-
CMYK0.40.4400.02
HSL245.45º91.67%76.47%-
HSV(B)245.45º44%98.04%-
XYZ39.2132.1494.58-
YUV155.53181.31124.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.78%
GREEN value IS 140 (55.08% from 255) = 25.93%
BLUE value IS 250 (98.05% from 255) = 46.30%
R=27.78%
G=25.93%
B=46.30%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501402500.40.4400.02245.4591.6776.47
Hex968CFA282C02f55c4c
Octal226214372505402365134114
Binary1001011010001100111110101010001011000101111010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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