#8469F9

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

Shades of Light Slate Blue #8469F9

Tints of Light Slate Blue #8469F9

Color information

#8469F9 (or 0x8469F9) is unknown color: approx Light Slate Blue. HEX triplet: 84, 69 and F9. RGB value is (132,105,249). Sum of RGB (Red+Green+Blue) = 132+105+249=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #8469F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469F9 is #7B9606. Grayscale: #808080. Windows color (decimal): -8099335 or 16345476. OLE color: 16345476.

HSL color Cylindrical-coordinate representation of color #8469F9: hue angle of 251.25º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8469F9 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB132105249-
CMYK0.470.5800.02
HSL251.25º92.31%69.41%-
HSV(B)251.25º57.83%97.65%-
XYZ31.6721.8592.17-
YUV129.49195.45129.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 105 (41.41% from 255) = 21.60%
BLUE value IS 249 (97.66% from 255) = 51.23%
R=27.16%
G=21.60%
B=51.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1321052490.470.5800.02251.2592.3169.41
Hex8469F92F3A02fb5c45
Octal204151371577202373134105
Binary100001001101001111110011011111110100101111101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8469F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8469F9; }

 p { color: rgb(132,105,249); }

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

<style>
 a { background-color: #8469F9; }

 a { background-color: rgb(132,105,249); }

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

<style>
 span { border-color: #8469F9; }

 span { border-color: rgb(132,105,249); }

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