Html Css Color HEX #9268FA Light Slate Blue

📋 copy color: '#9268FA'

red 146 ◦ green 104 ◦ blue 250

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

Shades of Light Slate Blue #9268FA

Tints of Light Slate Blue #9268FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.8%

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

R = 29.2%
G = 20.8%
B = 50%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9268FA (or 0x9268FA) is known color: Light Slate Blue. HEX triplet: 92, 68 and FA. RGB value is (146,104,250). Sum of RGB (Red+Green+Blue) = 146+104+250=500 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #9268FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9268FA is #6D9705. Grayscale: #848484. Windows color (decimal): -7182086 or 16410770. OLE color: 16410770.

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

Color convert

RGB 146 104 250 -
CMYK 0.42 0.58 0 0.02
HSL 257.26º 0.94% 0.69% -
HSV(B) 257.26º 0.58% 0.98% -
XYZ 34.06 22.91 93.07 -
YUV 133.2 193.91 137.13 -
System Red Green Blue C M Y K H S L
Decimal 146 104 250 0.42 0.58 0 0.02 257.26 0.94 0.69
Hex 92 68 FA 2A 3A 0 2 101 5E 45
Octal 222 150 372 52 72 0 2 401 136 105
Binary 10010010 1101000 11111010 101010 111010 0 10 100000001 1011110 1000101

Color Harmonies of #9268FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9268FA

Black with #9268FA

Text Example


Text Example

White with #9268FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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