Html Css Color HEX #918CF9 Light Slate Blue

📋 copy color: '#918CF9'

red 145 ◦ green 140 ◦ blue 249

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

Shades of Light Slate Blue #918CF9

Tints of Light Slate Blue #918CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 27.15%
G = 26.22%
B = 46.63%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#918CF9 (or 0x918CF9) is known color: Light Slate Blue. HEX triplet: 91, 8C and F9. RGB value is (145,140,249). Sum of RGB (Red+Green+Blue) = 145+140+249=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #918CF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CF9 is #6E7306. Grayscale: #999999. Windows color (decimal): -7238407 or 16354449. OLE color: 16354449.

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

Color convert

RGB 145 140 249 -
CMYK 0.42 0.44 0 0.02
HSL 242.75º 0.9% 0.76% -
HSV(B) 242.75º 0.44% 0.98% -
XYZ 38.15 31.62 93.71 -
YUV 153.92 181.66 121.64 -
System Red Green Blue C M Y K H S L
Decimal 145 140 249 0.42 0.44 0 0.02 242.75 0.9 0.76
Hex 91 8C F9 2A 2C 0 2 F3 5A 4C
Octal 221 214 371 52 54 0 2 363 132 114
Binary 10010001 10001100 11111001 101010 101100 0 10 11110011 1011010 1001100

Color Harmonies of #918CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CF9

Black with #918CF9

Text Example


Text Example

White with #918CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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