#907AFA

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

Shades of Light Slate Blue #907AFA

Tints of Light Slate Blue #907AFA

Color information

#907AFA (or 0x907AFA) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7A and FA. RGB value is (144,122,250). Sum of RGB (Red+Green+Blue) = 144+122+250=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #907AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907AFA is #6F8505. Grayscale: #8E8E8E. Windows color (decimal): -7308550 or 16415376. OLE color: 16415376.

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

Color convert

RGB144122250-
CMYK0.420.5100.02
HSL250.31º92.75%72.94%-
HSV(B)250.31º51.2%98.04%-
XYZ35.7226.7593.72-
YUV143.17188.29128.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=27.91%
G=23.64%
B=48.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441222500.420.5100.02250.3192.7572.94
Hex907AFA2A3302fa5d49
Octal220172372526302372135111
Binary100100001111010111110101010101100110101111101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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