Html Css Color HEX #917FEE Light Slate Blue

📋 copy color: '#917FEE'

red 145 ◦ green 127 ◦ blue 238

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

Shades of Light Slate Blue #917FEE

Tints of Light Slate Blue #917FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

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

R = 28.43%
G = 24.9%
B = 46.67%

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

#917FEE (or 0x917FEE) is known color: Light Slate Blue. HEX triplet: 91, 7F and EE. RGB value is (145,127,238). Sum of RGB (Red+Green+Blue) = 145+127+238=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #917FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #917FEE is #6E8011. Grayscale: #909090. Windows color (decimal): -7241746 or 15630225. OLE color: 15630225.

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

Color convert

RGB 145 127 238 -
CMYK 0.39 0.47 0 0.07
HSL 249.73º 0.77% 0.72% -
HSV(B) 249.73º 0.47% 0.93% -
XYZ 34.7 27.37 84.34 -
YUV 145.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 145 127 238 0.39 0.47 0 0.07 249.73 0.77 0.72
Hex 91 7F EE 27 2F 0 7 FA 4D 48
Octal 221 177 356 47 57 0 7 372 115 110
Binary 10010001 1111111 11101110 100111 101111 0 111 11111010 1001101 1001000

Color Harmonies of #917FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FEE

Black with #917FEE

Text Example


Text Example

White with #917FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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