Html Css Color HEX #9250FD Light Slate Blue

📋 copy color: '#9250FD'

red 146 ◦ green 80 ◦ blue 253

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

Shades of Light Slate Blue #9250FD

Tints of Light Slate Blue #9250FD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.7%

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 30.48%
G = 16.7%
B = 52.82%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9250FD (or 0x9250FD) is known color: Light Slate Blue. HEX triplet: 92, 50 and FD. RGB value is (146,80,253). Sum of RGB (Red+Green+Blue) = 146+80+253=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #9250FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250FD is #6DAF02. Grayscale: #767676. Windows color (decimal): -7188227 or 16601234. OLE color: 16601234.

HSL color Cylindrical-coordinate representation of color #9250FD: hue angle of 262.89º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9250FD is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 80 253 -
CMYK 0.42 0.68 0 0.01
HSL 262.89º 0.98% 0.65% -
HSV(B) 262.89º 0.68% 0.99% -
XYZ 32.45 18.94 94.87 -
YUV 119.46 203.37 146.93 -
System Red Green Blue C M Y K H S L
Decimal 146 80 253 0.42 0.68 0 0.01 262.89 0.98 0.65
Hex 92 50 FD 2A 44 0 1 107 62 41
Octal 222 120 375 52 104 0 1 407 142 101
Binary 10010010 1010000 11111101 101010 1000100 0 1 100000111 1100010 1000001

Color Harmonies of #9250FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250FD

Black with #9250FD

Text Example


Text Example

White with #9250FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250FD; }

 p { color: rgb(146,80,253); }

 H1.HeaderClassName
 {
   color: #9250FD;
 }
 .AnyTagClassName
 {
   color: #9250FD;
 }
</style>

background-color css

<style>
 a { background-color: #9250FD; }

 a { background-color: rgb(146,80,253); }

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

border-color css

<style>
 span { border-color: #9250FD; }

 span { border-color: rgb(146,80,253); }

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