Html Css Color HEX #8457FF Light Slate Blue

📋 copy color: '#8457FF'

red 132 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #8457FF

Tints of Light Slate Blue #8457FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.35%

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

R = 27.85%
G = 18.35%
B = 53.8%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8457FF (or 0x8457FF) is known color: Light Slate Blue. HEX triplet: 84, 57 and FF. RGB value is (132,87,255). Sum of RGB (Red+Green+Blue) = 132+87+255=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #8457FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8457FF is #7BA800. Grayscale: #767676. Windows color (decimal): -8103937 or 16734084. OLE color: 16734084.

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

Color convert

RGB 132 87 255 -
CMYK 0.48 0.66 0 0
HSL 256.07º 1% 0.67% -
HSV(B) 256.07º 0.66% 1% -
XYZ 30.97 18.94 96.63 -
YUV 119.61 204.41 136.84 -
System Red Green Blue C M Y K H S L
Decimal 132 87 255 0.48 0.66 0 0 256.07 1 0.67
Hex 84 57 FF 30 42 0 0 100 64 43
Octal 204 127 377 60 102 0 0 400 144 103
Binary 10000100 1010111 11111111 110000 1000010 0 0 100000000 1100100 1000011

Color Harmonies of #8457FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8457FF

Black with #8457FF

Text Example


Text Example

White with #8457FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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