Html Css Color HEX #918AFE Light Slate Blue

📋 copy color: '#918AFE'

red 145 ◦ green 138 ◦ blue 254

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

Shades of Light Slate Blue #918AFE

Tints of Light Slate Blue #918AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 27%
G = 25.7%
B = 47.3%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#918AFE (or 0x918AFE) is known color: Light Slate Blue. HEX triplet: 91, 8A and FE. RGB value is (145,138,254). Sum of RGB (Red+Green+Blue) = 145+138+254=537 (71% of max value = 765). Red value is 145 (57.03% from 255 or 27.00% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #918AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918AFE is #6E7501. Grayscale: #989898. Windows color (decimal): -7238914 or 16681617. OLE color: 16681617.

HSL color Cylindrical-coordinate representation of color #918AFE: hue angle of 243.62º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #918AFE is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 145 138 254 -
CMYK 0.43 0.46 0 0.00
HSL 243.62º 0.98% 0.77% -
HSV(B) 243.62º 0.46% 1% -
XYZ 38.65 31.35 97.78 -
YUV 153.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 145 138 254 0.43 0.46 0 0.00 243.62 0.98 0.77
Hex 91 8A FE 2B 2E 0 0 F4 62 4D
Octal 221 212 376 53 56 0 0 364 142 115
Binary 10010001 10001010 11111110 101011 101110 0 0 11110100 1100010 1001101

Color Harmonies of #918AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918AFE

Black with #918AFE

Text Example


Text Example

White with #918AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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