Html Css Color HEX #9260FA Light Slate Blue

📋 copy color: '#9260FA'

red 146 ◦ green 96 ◦ blue 250

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

Shades of Light Slate Blue #9260FA

Tints of Light Slate Blue #9260FA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.51%

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

R = 29.67%
G = 19.51%
B = 50.81%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9260FA (or 0x9260FA) is known color: Light Slate Blue. HEX triplet: 92, 60 and FA. RGB value is (146,96,250). Sum of RGB (Red+Green+Blue) = 146+96+250=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #9260FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9260FA is #6D9F05. Grayscale: #7F7F7F. Windows color (decimal): -7184134 or 16408722. OLE color: 16408722.

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

Color convert

RGB 146 96 250 -
CMYK 0.42 0.62 0 0.02
HSL 259.48º 0.94% 0.68% -
HSV(B) 259.48º 0.62% 0.98% -
XYZ 33.29 21.38 92.81 -
YUV 128.51 196.57 140.48 -
System Red Green Blue C M Y K H S L
Decimal 146 96 250 0.42 0.62 0 0.02 259.48 0.94 0.68
Hex 92 60 FA 2A 3E 0 2 103 5E 44
Octal 222 140 372 52 76 0 2 403 136 104
Binary 10010010 1100000 11111010 101010 111110 0 10 100000011 1011110 1000100

Color Harmonies of #9260FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9260FA

Black with #9260FA

Text Example


Text Example

White with #9260FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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