Html Css Color HEX #918AF0 Light Slate Blue

📋 copy color: '#918AF0'

red 145 ◦ green 138 ◦ blue 240

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

Shades of Light Slate Blue #918AF0

Tints of Light Slate Blue #918AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.89%

R = 27.72%
G = 26.39%
B = 45.89%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#918AF0 (or 0x918AF0) is known color: Light Slate Blue. HEX triplet: 91, 8A and F0. RGB value is (145,138,240). Sum of RGB (Red+Green+Blue) = 145+138+240=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 240 - color contains mainly: blue. Hex color #918AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AF0 is #6E750F. Grayscale: #979797. Windows color (decimal): -7238928 or 15764113. OLE color: 15764113.

HSL color Cylindrical-coordinate representation of color #918AF0: hue angle of 244.12º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #918AF0 is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 145 138 240 -
CMYK 0.40 0.42 0 0.06
HSL 244.12º 0.77% 0.74% -
HSV(B) 244.12º 0.43% 0.94% -
XYZ 36.49 30.49 86.4 -
YUV 151.72 177.82 123.21 -
System Red Green Blue C M Y K H S L
Decimal 145 138 240 0.40 0.42 0 0.06 244.12 0.77 0.74
Hex 91 8A F0 28 2A 0 6 F4 4D 4A
Octal 221 212 360 50 52 0 6 364 115 112
Binary 10010001 10001010 11110000 101000 101010 0 110 11110100 1001101 1001010

Color Harmonies of #918AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AF0

Black with #918AF0

Text Example


Text Example

White with #918AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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