Html Css Color HEX #927EF6 Light Slate Blue

📋 copy color: '#927EF6'

red 146 ◦ green 126 ◦ blue 246

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

Shades of Light Slate Blue #927EF6

Tints of Light Slate Blue #927EF6

RGB

 RED value IS 146 (57.42% from 255) = 28.19%

 GREEN value IS 126 (49.61% from 255) = 24.32%

 BLUE value IS 246 (96.48% from 255) = 47.49%

R = 28.19%
G = 24.32%
B = 47.49%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#927EF6 (or 0x927EF6) is known color: Light Slate Blue. HEX triplet: 92, 7E and F6. RGB value is (146,126,246). Sum of RGB (Red+Green+Blue) = 146+126+246=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #927EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927EF6 is #6D8109. Grayscale: #919191. Windows color (decimal): -7176458 or 16154258. OLE color: 16154258.

HSL color Cylindrical-coordinate representation of color #927EF6: hue angle of 250º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #927EF6 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 146 126 246 -
CMYK 0.41 0.49 0 0.04
HSL 250º 0.87% 0.73% -
HSV(B) 250º 0.49% 0.96% -
XYZ 35.95 27.69 90.64 -
YUV 145.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 146 126 246 0.41 0.49 0 0.04 250 0.87 0.73
Hex 92 7E F6 29 31 0 4 FA 57 49
Octal 222 176 366 51 61 0 4 372 127 111
Binary 10010010 1111110 11110110 101001 110001 0 100 11111010 1010111 1001001

Color Harmonies of #927EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927EF6

Black with #927EF6

Text Example


Text Example

White with #927EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927EF6; }

 p { color: rgb(146,126,246); }

 H1.HeaderClassName
 {
   color: #927EF6;
 }
 .AnyTagClassName
 {
   color: #927EF6;
 }
</style>

background-color css

<style>
 a { background-color: #927EF6; }

 a { background-color: rgb(146,126,246); }

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

border-color css

<style>
 span { border-color: #927EF6; }

 span { border-color: rgb(146,126,246); }

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