Html Css Color HEX #918CF8 Light Slate Blue

📋 copy color: '#918CF8'

red 145 ◦ green 140 ◦ blue 248

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

Shades of Light Slate Blue #918CF8

Tints of Light Slate Blue #918CF8

RGB

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

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

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

R = 27.2%
G = 26.27%
B = 46.53%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#918CF8 (or 0x918CF8) is known color: Light Slate Blue. HEX triplet: 91, 8C and F8. RGB value is (145,140,248). Sum of RGB (Red+Green+Blue) = 145+140+248=533 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.20% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #918CF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CF8 is #6E7307. Grayscale: #999999. Windows color (decimal): -7238408 or 16288913. OLE color: 16288913.

HSL color Cylindrical-coordinate representation of color #918CF8: hue angle of 242.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918CF8 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 145 140 248 -
CMYK 0.42 0.44 0 0.03
HSL 242.78º 0.89% 0.76% -
HSV(B) 242.78º 0.44% 0.97% -
XYZ 38 31.55 92.89 -
YUV 153.81 181.16 121.72 -
System Red Green Blue C M Y K H S L
Decimal 145 140 248 0.42 0.44 0 0.03 242.78 0.89 0.76
Hex 91 8C F8 2A 2C 0 3 F3 59 4C
Octal 221 214 370 52 54 0 3 363 131 114
Binary 10010001 10001100 11111000 101010 101100 0 11 11110011 1011001 1001100

Color Harmonies of #918CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CF8

Black with #918CF8

Text Example


Text Example

White with #918CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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