Html Css Color HEX #918CF6 Light Slate Blue

📋 copy color: '#918CF6'

red 145 ◦ green 140 ◦ blue 246

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

Shades of Light Slate Blue #918CF6

Tints of Light Slate Blue #918CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.37%

 BLUE value IS 246 (96.48% from 255) = 46.33%

R = 27.31%
G = 26.37%
B = 46.33%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#918CF6 (or 0x918CF6) is known color: Light Slate Blue. HEX triplet: 91, 8C and F6. RGB value is (145,140,246). Sum of RGB (Red+Green+Blue) = 145+140+246=531 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.31% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #918CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CF6 is #6E7309. Grayscale: #999999. Windows color (decimal): -7238410 or 16157841. OLE color: 16157841.

HSL color Cylindrical-coordinate representation of color #918CF6: hue angle of 242.83º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918CF6 is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 145 140 246 -
CMYK 0.41 0.43 0 0.04
HSL 242.83º 0.85% 0.76% -
HSV(B) 242.83º 0.43% 0.96% -
XYZ 37.69 31.43 91.27 -
YUV 153.58 180.16 121.88 -
System Red Green Blue C M Y K H S L
Decimal 145 140 246 0.41 0.43 0 0.04 242.83 0.85 0.76
Hex 91 8C F6 29 2B 0 4 F3 55 4C
Octal 221 214 366 51 53 0 4 363 125 114
Binary 10010001 10001100 11110110 101001 101011 0 100 11110011 1010101 1001100

Color Harmonies of #918CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CF6

Black with #918CF6

Text Example


Text Example

White with #918CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918CF6; }

 p { color: rgb(145,140,246); }

 H1.HeaderClassName
 {
   color: #918CF6;
 }
 .AnyTagClassName
 {
   color: #918CF6;
 }
</style>

background-color css

<style>
 a { background-color: #918CF6; }

 a { background-color: rgb(145,140,246); }

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

border-color css

<style>
 span { border-color: #918CF6; }

 span { border-color: rgb(145,140,246); }

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