Html Css Color HEX #8478FF Light Slate Blue

📋 copy color: '#8478FF'

red 132 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #8478FF

Tints of Light Slate Blue #8478FF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.67%

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

R = 26.04%
G = 23.67%
B = 50.3%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8478FF (or 0x8478FF) is known color: Light Slate Blue. HEX triplet: 84, 78 and FF. RGB value is (132,120,255). Sum of RGB (Red+Green+Blue) = 132+120+255=507 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.04% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8478FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8478FF is #7B8700. Grayscale: #8A8A8A. Windows color (decimal): -8095489 or 16742532. OLE color: 16742532.

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

Color convert

RGB 132 120 255 -
CMYK 0.48 0.53 0 0
HSL 245.33º 1% 0.74% -
HSV(B) 245.33º 0.53% 1% -
XYZ 34.28 25.56 97.73 -
YUV 138.98 193.48 123.02 -
System Red Green Blue C M Y K H S L
Decimal 132 120 255 0.48 0.53 0 0 245.33 1 0.74
Hex 84 78 FF 30 35 0 0 F5 64 4A
Octal 204 170 377 60 65 0 0 365 144 112
Binary 10000100 1111000 11111111 110000 110101 0 0 11110101 1100100 1001010

Color Harmonies of #8478FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8478FF

Black with #8478FF

Text Example


Text Example

White with #8478FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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