Html Css Color HEX #9256FD Light Slate Blue

📋 copy color: '#9256FD'

red 146 ◦ green 86 ◦ blue 253

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

Shades of Light Slate Blue #9256FD

Tints of Light Slate Blue #9256FD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.73%

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

R = 30.1%
G = 17.73%
B = 52.16%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9256FD (or 0x9256FD) is known color: Light Slate Blue. HEX triplet: 92, 56 and FD. RGB value is (146,86,253). Sum of RGB (Red+Green+Blue) = 146+86+253=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #9256FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9256FD is #6DA902. Grayscale: #7A7A7A. Windows color (decimal): -7186691 or 16602770. OLE color: 16602770.

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

Color convert

RGB 146 86 253 -
CMYK 0.42 0.66 0 0.01
HSL 261.56º 0.98% 0.66% -
HSV(B) 261.56º 0.66% 0.99% -
XYZ 32.91 19.86 95.03 -
YUV 122.98 201.38 144.42 -
System Red Green Blue C M Y K H S L
Decimal 146 86 253 0.42 0.66 0 0.01 261.56 0.98 0.66
Hex 92 56 FD 2A 42 0 1 106 62 42
Octal 222 126 375 52 102 0 1 406 142 102
Binary 10010010 1010110 11111101 101010 1000010 0 1 100000110 1100010 1000010

Color Harmonies of #9256FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9256FD

Black with #9256FD

Text Example


Text Example

White with #9256FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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