#907BEF

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

Shades of Light Slate Blue #907BEF

Tints of Light Slate Blue #907BEF

Color information

#907BEF (or 0x907BEF) is unknown color: approx Light Slate Blue. HEX triplet: 90, 7B and EF. RGB value is (144,123,239). Sum of RGB (Red+Green+Blue) = 144+123+239=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #907BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #907BEF is #6F8410. Grayscale: #8E8E8E. Windows color (decimal): -7308305 or 15694736. OLE color: 15694736.

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

Color convert

RGB144123239-
CMYK0.400.4900.06
HSL250.86º78.38%70.98%-
HSV(B)250.86º48.54%93.73%-
XYZ34.1626.3384.94-
YUV142.5182.46129.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 123 (48.44% from 255) = 24.31%
BLUE value IS 239 (93.75% from 255) = 47.23%
R=28.46%
G=24.31%
B=47.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1441232390.400.4900.06250.8678.3870.98
Hex907BEF283106fb4e47
Octal220173357506106373116107
Binary1001000011110111110111110100011000101101111101110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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