Html Css Color HEX #918AF9 Light Slate Blue

📋 copy color: '#918AF9'

red 145 ◦ green 138 ◦ blue 249

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

Shades of Light Slate Blue #918AF9

Tints of Light Slate Blue #918AF9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.94%

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

R = 27.26%
G = 25.94%
B = 46.8%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#918AF9 (or 0x918AF9) is known color: Light Slate Blue. HEX triplet: 91, 8A and F9. RGB value is (145,138,249). Sum of RGB (Red+Green+Blue) = 145+138+249=532 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.26% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #918AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AF9 is #6E7506. Grayscale: #989898. Windows color (decimal): -7238919 or 16353937. OLE color: 16353937.

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

Color convert

RGB 145 138 249 -
CMYK 0.42 0.45 0 0.02
HSL 243.78º 0.9% 0.76% -
HSV(B) 243.78º 0.45% 0.98% -
XYZ 37.86 31.04 93.62 -
YUV 152.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 145 138 249 0.42 0.45 0 0.02 243.78 0.9 0.76
Hex 91 8A F9 2A 2D 0 2 F4 5A 4C
Octal 221 212 371 52 55 0 2 364 132 114
Binary 10010001 10001010 11111001 101010 101101 0 10 11110100 1011010 1001100

Color Harmonies of #918AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AF9

Black with #918AF9

Text Example


Text Example

White with #918AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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