Html Css Color HEX #918CFD Light Slate Blue

📋 copy color: '#918CFD'

red 145 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #918CFD

Tints of Light Slate Blue #918CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 26.95%
G = 26.02%
B = 47.03%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#918CFD (or 0x918CFD) is known color: Light Slate Blue. HEX triplet: 91, 8C and FD. RGB value is (145,140,253). Sum of RGB (Red+Green+Blue) = 145+140+253=538 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.95% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #918CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CFD is #6E7302. Grayscale: #999999. Windows color (decimal): -7238403 or 16616593. OLE color: 16616593.

HSL color Cylindrical-coordinate representation of color #918CFD: hue angle of 242.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #918CFD is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 145 140 253 -
CMYK 0.43 0.45 0 0.01
HSL 242.65º 0.97% 0.77% -
HSV(B) 242.65º 0.45% 0.99% -
XYZ 38.78 31.87 97.04 -
YUV 154.38 183.66 121.31 -
System Red Green Blue C M Y K H S L
Decimal 145 140 253 0.43 0.45 0 0.01 242.65 0.97 0.77
Hex 91 8C FD 2B 2D 0 1 F3 61 4D
Octal 221 214 375 53 55 0 1 363 141 115
Binary 10010001 10001100 11111101 101011 101101 0 1 11110011 1100001 1001101

Color Harmonies of #918CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CFD

Black with #918CFD

Text Example


Text Example

White with #918CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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