#9268FC

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

Shades of Light Slate Blue #9268FC

Tints of Light Slate Blue #9268FC

Color information

#9268FC (or 0x9268FC) is unknown color: approx Light Slate Blue. HEX triplet: 92, 68 and FC. RGB value is (146,104,252). Sum of RGB (Red+Green+Blue) = 146+104+252=502 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.08% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #9268FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268FC is #6D9703. Grayscale: #848484. Windows color (decimal): -7182084 or 16541842. OLE color: 16541842.

HSL color Cylindrical-coordinate representation of color #9268FC: hue angle of 257.03º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9268FC is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB146104252-
CMYK0.420.5900.01
HSL257.03º96.1%69.8%-
HSV(B)257.03º58.73%98.82%-
XYZ34.3823.0494.73-
YUV133.43194.91136.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.08%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=29.08%
G=20.72%
B=50.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1461042520.420.5900.01257.0396.169.8
Hex9268FC2A3B011016046
Octal222150374527301401140106
Binary100100101101000111111001010101110110110000000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9268FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9268FC; }

 p { color: rgb(146,104,252); }

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

<style>
 a { background-color: #9268FC; }

 a { background-color: rgb(146,104,252); }

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

<style>
 span { border-color: #9268FC; }

 span { border-color: rgb(146,104,252); }

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