Html Css Color HEX #9250FC Light Slate Blue

📋 copy color: '#9250FC'

red 146 ◦ green 80 ◦ blue 252

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

Shades of Light Slate Blue #9250FC

Tints of Light Slate Blue #9250FC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 30.54%
G = 16.74%
B = 52.72%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9250FC (or 0x9250FC) is known color: Light Slate Blue. HEX triplet: 92, 50 and FC. RGB value is (146,80,252). Sum of RGB (Red+Green+Blue) = 146+80+252=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #9250FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9250FC is #6DAF03. Grayscale: #767676. Windows color (decimal): -7188228 or 16535698. OLE color: 16535698.

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

Color convert

RGB 146 80 252 -
CMYK 0.42 0.68 0 0.01
HSL 263.02º 0.97% 0.65% -
HSV(B) 263.02º 0.68% 0.99% -
XYZ 32.29 18.88 94.04 -
YUV 119.34 202.87 147.01 -
System Red Green Blue C M Y K H S L
Decimal 146 80 252 0.42 0.68 0 0.01 263.02 0.97 0.65
Hex 92 50 FC 2A 44 0 1 107 61 41
Octal 222 120 374 52 104 0 1 407 141 101
Binary 10010010 1010000 11111100 101010 1000100 0 1 100000111 1100001 1000001

Color Harmonies of #9250FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9250FC

Black with #9250FC

Text Example


Text Example

White with #9250FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9250FC; }

 p { color: rgb(146,80,252); }

 H1.HeaderClassName
 {
   color: #9250FC;
 }
 .AnyTagClassName
 {
   color: #9250FC;
 }
</style>

background-color css

<style>
 a { background-color: #9250FC; }

 a { background-color: rgb(146,80,252); }

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

border-color css

<style>
 span { border-color: #9250FC; }

 span { border-color: rgb(146,80,252); }

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