Html Css Color HEX #8468FA Light Slate Blue

📋 copy color: '#8468FA'

red 132 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #8468FA

Tints of Light Slate Blue #8468FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 27.16%
G = 21.4%
B = 51.44%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8468FA (or 0x8468FA) is known color: Light Slate Blue. HEX triplet: 84, 68 and FA. RGB value is (132,104,250). Sum of RGB (Red+Green+Blue) = 132+104+250=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #8468FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8468FA is #7B9705. Grayscale: #808080. Windows color (decimal): -8099590 or 16410756. OLE color: 16410756.

HSL color Cylindrical-coordinate representation of color #8468FA: hue angle of 251.51º degrees, saturation: 0.94, 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 #8468FA is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 104 250 -
CMYK 0.47 0.58 0 0.02
HSL 251.51º 0.94% 0.69% -
HSV(B) 251.51º 0.58% 0.98% -
XYZ 31.72 21.71 92.96 -
YUV 129.02 196.28 130.13 -
System Red Green Blue C M Y K H S L
Decimal 132 104 250 0.47 0.58 0 0.02 251.51 0.94 0.69
Hex 84 68 FA 2F 3A 0 2 FC 5E 45
Octal 204 150 372 57 72 0 2 374 136 105
Binary 10000100 1101000 11111010 101111 111010 0 10 11111100 1011110 1000101

Color Harmonies of #8468FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468FA

Black with #8468FA

Text Example


Text Example

White with #8468FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8468FA; }

 p { color: rgb(132,104,250); }

 H1.HeaderClassName
 {
   color: #8468FA;
 }
 .AnyTagClassName
 {
   color: #8468FA;
 }
</style>

background-color css

<style>
 a { background-color: #8468FA; }

 a { background-color: rgb(132,104,250); }

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

border-color css

<style>
 span { border-color: #8468FA; }

 span { border-color: rgb(132,104,250); }

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