#907DEE

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

Shades of Light Slate Blue #907DEE

Tints of Light Slate Blue #907DEE

Color information

#907DEE (or 0x907DEE) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7D and EE. RGB value is (144,125,238). Sum of RGB (Red+Green+Blue) = 144+125+238=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #907DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907DEE is #6F8211. Grayscale: #8F8F8F. Windows color (decimal): -7307794 or 15629712. OLE color: 15629712.

HSL color Cylindrical-coordinate representation of color #907DEE: hue angle of 250.09º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #907DEE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144125238-
CMYK0.390.4700.07
HSL250.09º76.87%71.18%-
HSV(B)250.09º47.48%93.33%-
XYZ34.2726.7784.25-
YUV143.56181.29128.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=28.40%
G=24.65%
B=46.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441252380.390.4700.07250.0976.8771.18
Hex907DEE272F07fa4d47
Octal220175356475707372115107
Binary1001000011111011110111010011110111101111111101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,125,238); }

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

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

 a { background-color: rgb(144,125,238); }

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

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

 span { border-color: rgb(144,125,238); }

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