Html Css Color HEX #925EFA Light Slate Blue

📋 copy color: '#925EFA'

red 146 ◦ green 94 ◦ blue 250

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

Shades of Light Slate Blue #925EFA

Tints of Light Slate Blue #925EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 29.8%
G = 19.18%
B = 51.02%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#925EFA (or 0x925EFA) is known color: Light Slate Blue. HEX triplet: 92, 5E and FA. RGB value is (146,94,250). Sum of RGB (Red+Green+Blue) = 146+94+250=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #925EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925EFA is #6DA105. Grayscale: #7E7E7E. Windows color (decimal): -7184646 or 16408210. OLE color: 16408210.

HSL color Cylindrical-coordinate representation of color #925EFA: hue angle of 260º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #925EFA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 146 94 250 -
CMYK 0.42 0.62 0 0.02
HSL 260º 0.94% 0.67% -
HSV(B) 260º 0.62% 0.98% -
XYZ 33.11 21.02 92.75 -
YUV 127.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 146 94 250 0.42 0.62 0 0.02 260 0.94 0.67
Hex 92 5E FA 2A 3E 0 2 104 5E 43
Octal 222 136 372 52 76 0 2 404 136 103
Binary 10010010 1011110 11111010 101010 111110 0 10 100000100 1011110 1000011

Color Harmonies of #925EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925EFA

Black with #925EFA

Text Example


Text Example

White with #925EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925EFA; }

 p { color: rgb(146,94,250); }

 H1.HeaderClassName
 {
   color: #925EFA;
 }
 .AnyTagClassName
 {
   color: #925EFA;
 }
</style>

background-color css

<style>
 a { background-color: #925EFA; }

 a { background-color: rgb(146,94,250); }

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

border-color css

<style>
 span { border-color: #925EFA; }

 span { border-color: rgb(146,94,250); }

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