#907BF1

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

Shades of Light Slate Blue #907BF1

Tints of Light Slate Blue #907BF1

Color information

#907BF1 (or 0x907BF1) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7B and F1. RGB value is (144,123,241). Sum of RGB (Red+Green+Blue) = 144+123+241=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #907BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907BF1 is #6F840E. Grayscale: #8E8E8E. Windows color (decimal): -7308303 or 15825808. OLE color: 15825808.

HSL color Cylindrical-coordinate representation of color #907BF1: hue angle of 250.68º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #907BF1 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144123241-
CMYK0.400.4900.05
HSL250.68º80.82%71.37%-
HSV(B)250.68º48.96%94.51%-
XYZ34.4626.4586.51-
YUV142.73183.46128.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 241 (94.53% from 255) = 47.44%
R=28.35%
G=24.21%
B=47.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441232410.400.4900.05250.6880.8271.37
Hex907BF1283105fb5147
Octal220173361506105373121107
Binary1001000011110111111000110100011000101011111101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,123,241); }

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

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

 a { background-color: rgb(144,123,241); }

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

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

 span { border-color: rgb(144,123,241); }

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