Html Css Color HEX #916EF2 Light Slate Blue

📋 copy color: '#916EF2'

red 145 ◦ green 110 ◦ blue 242

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

Shades of Light Slate Blue #916EF2

Tints of Light Slate Blue #916EF2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 242 (94.92% from 255) = 48.69%

R = 29.18%
G = 22.13%
B = 48.69%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#916EF2 (or 0x916EF2) is known color: Light Slate Blue. HEX triplet: 91, 6E and F2. RGB value is (145,110,242). Sum of RGB (Red+Green+Blue) = 145+110+242=497 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.18% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #916EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916EF2 is #6E910D. Grayscale: #878787. Windows color (decimal): -7246094 or 15888017. OLE color: 15888017.

HSL color Cylindrical-coordinate representation of color #916EF2: hue angle of 255.91º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916EF2 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 145 110 242 -
CMYK 0.40 0.55 0 0.05
HSL 255.91º 0.84% 0.69% -
HSV(B) 255.91º 0.55% 0.95% -
XYZ 33.28 23.58 86.8 -
YUV 135.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 145 110 242 0.40 0.55 0 0.05 255.91 0.84 0.69
Hex 91 6E F2 28 37 0 5 100 54 45
Octal 221 156 362 50 67 0 5 400 124 105
Binary 10010001 1101110 11110010 101000 110111 0 101 100000000 1010100 1000101

Color Harmonies of #916EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EF2

Black with #916EF2

Text Example


Text Example

White with #916EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916EF2; }

 p { color: rgb(145,110,242); }

 H1.HeaderClassName
 {
   color: #916EF2;
 }
 .AnyTagClassName
 {
   color: #916EF2;
 }
</style>

background-color css

<style>
 a { background-color: #916EF2; }

 a { background-color: rgb(145,110,242); }

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

border-color css

<style>
 span { border-color: #916EF2; }

 span { border-color: rgb(145,110,242); }

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