Html Css Color HEX #9263FD Light Slate Blue

📋 copy color: '#9263FD'

red 146 ◦ green 99 ◦ blue 253

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

Shades of Light Slate Blue #9263FD

Tints of Light Slate Blue #9263FD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.88%

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

R = 29.32%
G = 19.88%
B = 50.8%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9263FD (or 0x9263FD) is known color: Light Slate Blue. HEX triplet: 92, 63 and FD. RGB value is (146,99,253). Sum of RGB (Red+Green+Blue) = 146+99+253=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #9263FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263FD is #6D9C02. Grayscale: #828282. Windows color (decimal): -7183363 or 16606098. OLE color: 16606098.

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

Color convert

RGB 146 99 253 -
CMYK 0.42 0.61 0 0.01
HSL 258.31º 0.97% 0.69% -
HSV(B) 258.31º 0.61% 0.99% -
XYZ 34.05 22.13 95.4 -
YUV 130.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 146 99 253 0.42 0.61 0 0.01 258.31 0.97 0.69
Hex 92 63 FD 2A 3D 0 1 102 61 45
Octal 222 143 375 52 75 0 1 402 141 105
Binary 10010010 1100011 11111101 101010 111101 0 1 100000010 1100001 1000101

Color Harmonies of #9263FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263FD

Black with #9263FD

Text Example


Text Example

White with #9263FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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