Html Css Color HEX #927DF9 Light Slate Blue

📋 copy color: '#927DF9'

red 146 ◦ green 125 ◦ blue 249

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

Shades of Light Slate Blue #927DF9

Tints of Light Slate Blue #927DF9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.04%

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 28.08%
G = 24.04%
B = 47.88%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#927DF9 (or 0x927DF9) is known color: Light Slate Blue. HEX triplet: 92, 7D and F9. RGB value is (146,125,249). Sum of RGB (Red+Green+Blue) = 146+125+249=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #927DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DF9 is #6D8206. Grayscale: #909090. Windows color (decimal): -7176711 or 16350610. OLE color: 16350610.

HSL color Cylindrical-coordinate representation of color #927DF9: hue angle of 250.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #927DF9 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 125 249 -
CMYK 0.41 0.50 0 0.02
HSL 250.16º 0.91% 0.73% -
HSV(B) 250.16º 0.5% 0.98% -
XYZ 36.29 27.62 93.04 -
YUV 145.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 146 125 249 0.41 0.50 0 0.02 250.16 0.91 0.73
Hex 92 7D F9 29 32 0 2 FA 5B 49
Octal 222 175 371 51 62 0 2 372 133 111
Binary 10010010 1111101 11111001 101001 110010 0 10 11111010 1011011 1001001

Color Harmonies of #927DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927DF9

Black with #927DF9

Text Example


Text Example

White with #927DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,125,249); }

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

background-color css

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

 a { background-color: rgb(146,125,249); }

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

border-color css

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

 span { border-color: rgb(146,125,249); }

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