Html Css Color HEX #918CFB Light Slate Blue

📋 copy color: '#918CFB'

red 145 ◦ green 140 ◦ blue 251

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

Shades of Light Slate Blue #918CFB

Tints of Light Slate Blue #918CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 27.05%
G = 26.12%
B = 46.83%

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

#918CFB (or 0x918CFB) is known color: Light Slate Blue. HEX triplet: 91, 8C and FB. RGB value is (145,140,251). Sum of RGB (Red+Green+Blue) = 145+140+251=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #918CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918CFB is #6E7304. Grayscale: #999999. Windows color (decimal): -7238405 or 16485521. OLE color: 16485521.

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

Color convert

RGB 145 140 251 -
CMYK 0.42 0.44 0 0.02
HSL 242.7º 0.93% 0.77% -
HSV(B) 242.7º 0.44% 0.98% -
XYZ 38.47 31.74 95.37 -
YUV 154.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 145 140 251 0.42 0.44 0 0.02 242.7 0.93 0.77
Hex 91 8C FB 2A 2C 0 2 F3 5D 4D
Octal 221 214 373 52 54 0 2 363 135 115
Binary 10010001 10001100 11111011 101010 101100 0 10 11110011 1011101 1001101

Color Harmonies of #918CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CFB

Black with #918CFB

Text Example


Text Example

White with #918CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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