Html Css Color HEX #917EEE Light Slate Blue

📋 copy color: '#917EEE'

red 145 ◦ green 126 ◦ blue 238

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

Shades of Light Slate Blue #917EEE

Tints of Light Slate Blue #917EEE

RGB

 RED value IS 145 (57.03% from 255) = 28.49%

 GREEN value IS 126 (49.61% from 255) = 24.75%

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

R = 28.49%
G = 24.75%
B = 46.76%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#917EEE (or 0x917EEE) is known color: Light Slate Blue. HEX triplet: 91, 7E and EE. RGB value is (145,126,238). Sum of RGB (Red+Green+Blue) = 145+126+238=509 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.49% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #917EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917EEE is #6E8111. Grayscale: #909090. Windows color (decimal): -7242002 or 15629969. OLE color: 15629969.

HSL color Cylindrical-coordinate representation of color #917EEE: hue angle of 250.18º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #917EEE is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 126 238 -
CMYK 0.39 0.47 0 0.07
HSL 250.18º 0.77% 0.71% -
HSV(B) 250.18º 0.47% 0.93% -
XYZ 34.57 27.11 84.3 -
YUV 144.45 180.79 128.39 -
System Red Green Blue C M Y K H S L
Decimal 145 126 238 0.39 0.47 0 0.07 250.18 0.77 0.71
Hex 91 7E EE 27 2F 0 7 FA 4D 47
Octal 221 176 356 47 57 0 7 372 115 107
Binary 10010001 1111110 11101110 100111 101111 0 111 11111010 1001101 1000111

Color Harmonies of #917EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917EEE

Black with #917EEE

Text Example


Text Example

White with #917EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917EEE; }

 p { color: rgb(145,126,238); }

 H1.HeaderClassName
 {
   color: #917EEE;
 }
 .AnyTagClassName
 {
   color: #917EEE;
 }
</style>

background-color css

<style>
 a { background-color: #917EEE; }

 a { background-color: rgb(145,126,238); }

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

border-color css

<style>
 span { border-color: #917EEE; }

 span { border-color: rgb(145,126,238); }

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