Html Css Color HEX #8975F8 Light Slate Blue

📋 copy color: '#8975F8'

red 137 ◦ green 117 ◦ blue 248

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

Shades of Light Slate Blue #8975F8

Tints of Light Slate Blue #8975F8

RGB

 RED value IS 137 (53.91% from 255) = 27.29%

 GREEN value IS 117 (46.09% from 255) = 23.31%

 BLUE value IS 248 (97.27% from 255) = 49.4%

R = 27.29%
G = 23.31%
B = 49.4%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8975F8 (or 0x8975F8) is known color: Light Slate Blue. HEX triplet: 89, 75 and F8. RGB value is (137,117,248). Sum of RGB (Red+Green+Blue) = 137+117+248=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #8975F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8975F8 is #768A07. Grayscale: #898989. Windows color (decimal): -7768584 or 16283017. OLE color: 16283017.

HSL color Cylindrical-coordinate representation of color #8975F8: hue angle of 249.16º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8975F8 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 117 248 -
CMYK 0.45 0.53 0 0.03
HSL 249.16º 0.9% 0.72% -
HSV(B) 249.16º 0.53% 0.97% -
XYZ 33.62 24.82 91.83 -
YUV 137.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 137 117 248 0.45 0.53 0 0.03 249.16 0.9 0.72
Hex 89 75 F8 2D 35 0 3 F9 5A 48
Octal 211 165 370 55 65 0 3 371 132 110
Binary 10001001 1110101 11111000 101101 110101 0 11 11111001 1011010 1001000

Color Harmonies of #8975F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975F8

Black with #8975F8

Text Example


Text Example

White with #8975F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8975F8; }

 p { color: rgb(137,117,248); }

 H1.HeaderClassName
 {
   color: #8975F8;
 }
 .AnyTagClassName
 {
   color: #8975F8;
 }
</style>

background-color css

<style>
 a { background-color: #8975F8; }

 a { background-color: rgb(137,117,248); }

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

border-color css

<style>
 span { border-color: #8975F8; }

 span { border-color: rgb(137,117,248); }

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