Html Css Color HEX #9253FA Light Slate Blue

📋 copy color: '#9253FA'

red 146 ◦ green 83 ◦ blue 250

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

Shades of Light Slate Blue #9253FA

Tints of Light Slate Blue #9253FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.33%

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

R = 30.48%
G = 17.33%
B = 52.19%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9253FA (or 0x9253FA) is known color: Light Slate Blue. HEX triplet: 92, 53 and FA. RGB value is (146,83,250). Sum of RGB (Red+Green+Blue) = 146+83+250=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #9253FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9253FA is #6DAC05. Grayscale: #787878. Windows color (decimal): -7187462 or 16405394. OLE color: 16405394.

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

Color convert

RGB 146 83 250 -
CMYK 0.42 0.67 0 0.02
HSL 262.63º 0.94% 0.65% -
HSV(B) 262.63º 0.67% 0.98% -
XYZ 32.2 19.2 92.45 -
YUV 120.88 200.87 145.92 -
System Red Green Blue C M Y K H S L
Decimal 146 83 250 0.42 0.67 0 0.02 262.63 0.94 0.65
Hex 92 53 FA 2A 43 0 2 107 5E 41
Octal 222 123 372 52 103 0 2 407 136 101
Binary 10010010 1010011 11111010 101010 1000011 0 10 100000111 1011110 1000001

Color Harmonies of #9253FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9253FA

Black with #9253FA

Text Example


Text Example

White with #9253FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9253FA; }

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

 H1.HeaderClassName
 {
   color: #9253FA;
 }
 .AnyTagClassName
 {
   color: #9253FA;
 }
</style>

background-color css

<style>
 a { background-color: #9253FA; }

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

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

border-color css

<style>
 span { border-color: #9253FA; }

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

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