Html Css Color HEX #927DF1 Light Slate Blue

📋 copy color: '#927DF1'

red 146 ◦ green 125 ◦ blue 241

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

Shades of Light Slate Blue #927DF1

Tints of Light Slate Blue #927DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 28.52%
G = 24.41%
B = 47.07%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#927DF1 (or 0x927DF1) is known color: Light Slate Blue. HEX triplet: 92, 7D and F1. RGB value is (146,125,241). Sum of RGB (Red+Green+Blue) = 146+125+241=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #927DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DF1 is #6D820E. Grayscale: #909090. Windows color (decimal): -7176719 or 15826322. OLE color: 15826322.

HSL color Cylindrical-coordinate representation of color #927DF1: hue angle of 250.86º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #927DF1 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 125 241 -
CMYK 0.39 0.48 0 0.05
HSL 250.86º 0.81% 0.72% -
HSV(B) 250.86º 0.48% 0.95% -
XYZ 35.06 27.13 86.61 -
YUV 144.5 182.46 129.07 -
System Red Green Blue C M Y K H S L
Decimal 146 125 241 0.39 0.48 0 0.05 250.86 0.81 0.72
Hex 92 7D F1 27 30 0 5 FB 51 48
Octal 222 175 361 47 60 0 5 373 121 110
Binary 10010010 1111101 11110001 100111 110000 0 101 11111011 1010001 1001000

Color Harmonies of #927DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927DF1

Black with #927DF1

Text Example


Text Example

White with #927DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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