#967EFA

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

Shades of Light Slate Blue #967EFA

Tints of Light Slate Blue #967EFA

Color information

#967EFA (or 0x967EFA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 7E and FA. RGB value is (150,126,250). Sum of RGB (Red+Green+Blue) = 150+126+250=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #967EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EFA is #698105. Grayscale: #929292. Windows color (decimal): -6914310 or 16416406. OLE color: 16416406.

HSL color Cylindrical-coordinate representation of color #967EFA: hue angle of 251.61º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967EFA is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150126250-
CMYK0.40.5000.02
HSL251.61º92.54%73.73%-
HSV(B)251.61º49.6%98.04%-
XYZ37.2928.3193.94-
YUV147.31185.95129.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=28.52%
G=23.95%
B=47.53%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1501262500.40.5000.02251.6192.5473.73
Hex967EFA283202fc5d4a
Octal226176372506202374135112
Binary100101101111110111110101010001100100101111110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967EFA; }

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

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

<style>
 a { background-color: #967EFA; }

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

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

<style>
 span { border-color: #967EFA; }

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

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