Html Css Color HEX #9A50FC Light Slate Blue

📋 copy color: '#9A50FC'

red 154 ◦ green 80 ◦ blue 252

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

Shades of Light Slate Blue #9A50FC

Tints of Light Slate Blue #9A50FC

RGB

 RED value IS 154 (60.55% from 255) = 31.69%

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

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

R = 31.69%
G = 16.46%
B = 51.85%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9A50FC (or 0x9A50FC) is known color: Light Slate Blue. HEX triplet: 9A, 50 and FC. RGB value is (154,80,252). Sum of RGB (Red+Green+Blue) = 154+80+252=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A50FC is #65AF03. Grayscale: #797979. Windows color (decimal): -6663940 or 16535706. OLE color: 16535706.

HSL color Cylindrical-coordinate representation of color #9A50FC: hue angle of 265.81º 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 #9A50FC is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 80 252 -
CMYK 0.39 0.68 0 0.01
HSL 265.81º 0.97% 0.65% -
HSV(B) 265.81º 0.68% 0.99% -
XYZ 33.77 19.64 94.11 -
YUV 121.73 201.52 151.01 -
System Red Green Blue C M Y K H S L
Decimal 154 80 252 0.39 0.68 0 0.01 265.81 0.97 0.65
Hex 9A 50 FC 27 44 0 1 10A 61 41
Octal 232 120 374 47 104 0 1 412 141 101
Binary 10011010 1010000 11111100 100111 1000100 0 1 100001010 1100001 1000001

Color Harmonies of #9A50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A50FC

Black with #9A50FC

Text Example


Text Example

White with #9A50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A50FC; }

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

 H1.HeaderClassName
 {
   color: #9A50FC;
 }
 .AnyTagClassName
 {
   color: #9A50FC;
 }
</style>

background-color css

<style>
 a { background-color: #9A50FC; }

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

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

border-color css

<style>
 span { border-color: #9A50FC; }

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

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