Html Css Color HEX #9450FA Light Slate Blue

📋 copy color: '#9450FA'

red 148 ◦ green 80 ◦ blue 250

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

Shades of Light Slate Blue #9450FA

Tints of Light Slate Blue #9450FA

RGB

 RED value IS 148 (58.2% from 255) = 30.96%

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

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

R = 30.96%
G = 16.74%
B = 52.3%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9450FA (or 0x9450FA) is known color: Light Slate Blue. HEX triplet: 94, 50 and FA. RGB value is (148,80,250). Sum of RGB (Red+Green+Blue) = 148+80+250=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #9450FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9450FA is #6BAF05. Grayscale: #777777. Windows color (decimal): -7057158 or 16404628. OLE color: 16404628.

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

Color convert

RGB 148 80 250 -
CMYK 0.41 0.68 0 0.02
HSL 264º 0.94% 0.65% -
HSV(B) 264º 0.68% 0.98% -
XYZ 32.34 18.94 92.39 -
YUV 119.71 201.53 148.18 -
System Red Green Blue C M Y K H S L
Decimal 148 80 250 0.41 0.68 0 0.02 264 0.94 0.65
Hex 94 50 FA 29 44 0 2 108 5E 41
Octal 224 120 372 51 104 0 2 410 136 101
Binary 10010100 1010000 11111010 101001 1000100 0 10 100001000 1011110 1000001

Color Harmonies of #9450FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9450FA

Black with #9450FA

Text Example


Text Example

White with #9450FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,80,250); }

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

background-color css

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

 a { background-color: rgb(148,80,250); }

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

border-color css

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

 span { border-color: rgb(148,80,250); }

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