Html Css Color HEX #9250FF Light Slate Blue

📋 copy color: '#9250FF'

red 146 ◦ green 80 ◦ blue 255

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

Shades of Light Slate Blue #9250FF

Tints of Light Slate Blue #9250FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.01%

R = 30.35%
G = 16.63%
B = 53.01%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9250FF (or 0x9250FF) is known color: Light Slate Blue. HEX triplet: 92, 50 and FF. RGB value is (146,80,255). Sum of RGB (Red+Green+Blue) = 146+80+255=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #9250FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250FF is #6DAF00. Grayscale: #777777. Windows color (decimal): -7188225 or 16732306. OLE color: 16732306.

HSL color Cylindrical-coordinate representation of color #9250FF: hue angle of 262.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9250FF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 146 80 255 -
CMYK 0.43 0.69 0 0
HSL 262.63º 1% 0.66% -
HSV(B) 262.63º 0.69% 1% -
XYZ 32.77 19.07 96.56 -
YUV 119.68 204.37 146.77 -
System Red Green Blue C M Y K H S L
Decimal 146 80 255 0.43 0.69 0 0 262.63 1 0.66
Hex 92 50 FF 2B 45 0 0 107 64 42
Octal 222 120 377 53 105 0 0 407 144 102
Binary 10010010 1010000 11111111 101011 1000101 0 0 100000111 1100100 1000010

Color Harmonies of #9250FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250FF

Black with #9250FF

Text Example


Text Example

White with #9250FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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