#967DFA

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

Shades of Light Slate Blue #967DFA

Tints of Light Slate Blue #967DFA

Color information

#967DFA (or 0x967DFA) is unknown color: approx Light Slate Blue. HEX triplet: 96, 7D and FA. RGB value is (150,125,250). Sum of RGB (Red+Green+Blue) = 150+125+250=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #967DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967DFA is #698205. Grayscale: #929292. Windows color (decimal): -6914566 or 16416150. OLE color: 16416150.

HSL color Cylindrical-coordinate representation of color #967DFA: hue angle of 252º 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 #967DFA is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB150125250-
CMYK0.40.5000.02
HSL252º92.59%73.53%-
HSV(B)252º50%98.04%-
XYZ37.1728.0593.9-
YUV146.72186.28130.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.57%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=28.57%
G=23.81%
B=47.62%

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
Decimal1501252500.40.5000.0225292.5973.53
Hex967DFA283202fc5d4a
Octal226175372506202374135112
Binary100101101111101111110101010001100100101111110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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