Html Css Color HEX #9263FB Light Slate Blue

📋 copy color: '#9263FB'

red 146 ◦ green 99 ◦ blue 251

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

Shades of Light Slate Blue #9263FB

Tints of Light Slate Blue #9263FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 29.44%
G = 19.96%
B = 50.6%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9263FB (or 0x9263FB) is known color: Light Slate Blue. HEX triplet: 92, 63 and FB. RGB value is (146,99,251). Sum of RGB (Red+Green+Blue) = 146+99+251=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #9263FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9263FB is #6D9C04. Grayscale: #818181. Windows color (decimal): -7183365 or 16475026. OLE color: 16475026.

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

Color convert

RGB 146 99 251 -
CMYK 0.42 0.61 0 0.02
HSL 258.55º 0.95% 0.69% -
HSV(B) 258.55º 0.61% 0.98% -
XYZ 33.73 22 93.74 -
YUV 130.38 196.07 139.14 -
System Red Green Blue C M Y K H S L
Decimal 146 99 251 0.42 0.61 0 0.02 258.55 0.95 0.69
Hex 92 63 FB 2A 3D 0 2 103 5F 45
Octal 222 143 373 52 75 0 2 403 137 105
Binary 10010010 1100011 11111011 101010 111101 0 10 100000011 1011111 1000101

Color Harmonies of #9263FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9263FB

Black with #9263FB

Text Example


Text Example

White with #9263FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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