#9269F7

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

Shades of Light Slate Blue #9269F7

Tints of Light Slate Blue #9269F7

Color information

#9269F7 (or 0x9269F7) is unknown color: approx Light Slate Blue. HEX triplet: 92, 69 and F7. RGB value is (146,105,247). Sum of RGB (Red+Green+Blue) = 146+105+247=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 247 - color contains mainly: blue. Hex color #9269F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9269F7 is #6D9608. Grayscale: #848484. Windows color (decimal): -7181833 or 16214418. OLE color: 16214418.

HSL color Cylindrical-coordinate representation of color #9269F7: hue angle of 257.32º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9269F7 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB146105247-
CMYK0.410.5700.03
HSL257.32º89.87%69.02%-
HSV(B)257.32º57.49%96.86%-
XYZ33.6922.9390.65-
YUV133.45192.08136.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 247 (96.88% from 255) = 49.60%
R=29.32%
G=21.08%
B=49.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1461052470.410.5700.03257.3289.8769.02
Hex9269F72939031015a45
Octal222151367517103401132105
Binary1001001011010011111011110100111100101110000000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9269F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9269F7; }

 p { color: rgb(146,105,247); }

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

<style>
 a { background-color: #9269F7; }

 a { background-color: rgb(146,105,247); }

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

<style>
 span { border-color: #9269F7; }

 span { border-color: rgb(146,105,247); }

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