Html Css Color HEX #8469FF Light Slate Blue

📋 copy color: '#8469FF'

red 132 ◦ green 105 ◦ blue 255

#8469FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8469FF

Tints of Light Slate Blue #8469FF

RGB

 RED value IS 132 (51.95% from 255) = 26.83%

 GREEN value IS 105 (41.41% from 255) = 21.34%

 BLUE value IS 255 (100% from 255) = 51.83%

R = 26.83%
G = 21.34%
B = 51.83%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8469FF (or 0x8469FF) is known color: Light Slate Blue. HEX triplet: 84, 69 and FF. RGB value is (132,105,255). Sum of RGB (Red+Green+Blue) = 132+105+255=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #8469FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8469FF is #7B9600. Grayscale: #818181. Windows color (decimal): -8099329 or 16738692. OLE color: 16738692.

HSL color Cylindrical-coordinate representation of color #8469FF: hue angle of 250.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8469FF is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 132 105 255 -
CMYK 0.48 0.59 0 0
HSL 250.8º 1% 0.71% -
HSV(B) 250.8º 0.59% 1% -
XYZ 32.62 22.23 97.18 -
YUV 130.17 198.45 129.3 -
System Red Green Blue C M Y K H S L
Decimal 132 105 255 0.48 0.59 0 0 250.8 1 0.71
Hex 84 69 FF 30 3B 0 0 FB 64 47
Octal 204 151 377 60 73 0 0 373 144 107
Binary 10000100 1101001 11111111 110000 111011 0 0 11111011 1100100 1000111

Color Harmonies of #8469FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8469FF

Black with #8469FF

Text Example


Text Example

White with #8469FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8469FF;
 }
 .AnyTagClassName
 {
   color: #8469FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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