Html Css Color HEX #8D75EE Light Slate Blue

📋 copy color: '#8D75EE'

red 141 ◦ green 117 ◦ blue 238

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

Shades of Light Slate Blue #8D75EE

Tints of Light Slate Blue #8D75EE

RGB

 RED value IS 141 (55.47% from 255) = 28.43%

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

 BLUE value IS 238 (93.36% from 255) = 47.98%

R = 28.43%
G = 23.59%
B = 47.98%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D75EE (or 0x8D75EE) is known color: Light Slate Blue. HEX triplet: 8D, 75 and EE. RGB value is (141,117,238). Sum of RGB (Red+Green+Blue) = 141+117+238=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D75EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D75EE is #728A11. Grayscale: #898989. Windows color (decimal): -7506450 or 15627661. OLE color: 15627661.

HSL color Cylindrical-coordinate representation of color #8D75EE: hue angle of 251.9º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D75EE is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 117 238 -
CMYK 0.41 0.51 0 0.07
HSL 251.9º 0.78% 0.7% -
HSV(B) 251.9º 0.51% 0.93% -
XYZ 32.78 24.56 83.9 -
YUV 137.97 184.45 130.16 -
System Red Green Blue C M Y K H S L
Decimal 141 117 238 0.41 0.51 0 0.07 251.9 0.78 0.7
Hex 8D 75 EE 29 33 0 7 FC 4E 46
Octal 215 165 356 51 63 0 7 374 116 106
Binary 10001101 1110101 11101110 101001 110011 0 111 11111100 1001110 1000110

Color Harmonies of #8D75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D75EE

Black with #8D75EE

Text Example


Text Example

White with #8D75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D75EE; }

 p { color: rgb(141,117,238); }

 H1.HeaderClassName
 {
   color: #8D75EE;
 }
 .AnyTagClassName
 {
   color: #8D75EE;
 }
</style>

background-color css

<style>
 a { background-color: #8D75EE; }

 a { background-color: rgb(141,117,238); }

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

border-color css

<style>
 span { border-color: #8D75EE; }

 span { border-color: rgb(141,117,238); }

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