#907FFA

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

Shades of Light Slate Blue #907FFA

Tints of Light Slate Blue #907FFA

Color information

#907FFA (or 0x907FFA) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7F and FA. RGB value is (144,127,250). Sum of RGB (Red+Green+Blue) = 144+127+250=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #907FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907FFA is #6F8005. Grayscale: #919191. Windows color (decimal): -7307270 or 16416656. OLE color: 16416656.

HSL color Cylindrical-coordinate representation of color #907FFA: hue angle of 248.29º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #907FFA is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144127250-
CMYK0.420.4900.02
HSL248.29º92.48%73.92%-
HSV(B)248.29º49.2%98.04%-
XYZ36.3528.0193.93-
YUV146.1186.63126.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 127 (50% from 255) = 24.38%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=27.64%
G=24.38%
B=47.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441272500.420.4900.02248.2992.4873.92
Hex907FFA2A3102f85c4a
Octal220177372526102370134112
Binary100100001111111111110101010101100010101111100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907FFA; }

 p { color: rgb(144,127,250); }

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

<style>
 a { background-color: #907FFA; }

 a { background-color: rgb(144,127,250); }

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

<style>
 span { border-color: #907FFA; }

 span { border-color: rgb(144,127,250); }

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