Html Css Color HEX #9473FB Light Slate Blue

📋 copy color: '#9473FB'

red 148 ◦ green 115 ◦ blue 251

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

Shades of Light Slate Blue #9473FB

Tints of Light Slate Blue #9473FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.37%

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 28.79%
G = 22.37%
B = 48.83%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9473FB (or 0x9473FB) is known color: Light Slate Blue. HEX triplet: 94, 73 and FB. RGB value is (148,115,251). Sum of RGB (Red+Green+Blue) = 148+115+251=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #9473FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9473FB is #6B8C04. Grayscale: #8B8B8B. Windows color (decimal): -7048197 or 16479124. OLE color: 16479124.

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

Color convert

RGB 148 115 251 -
CMYK 0.41 0.54 0 0.02
HSL 254.56º 0.94% 0.72% -
HSV(B) 254.56º 0.54% 0.98% -
XYZ 35.76 25.52 94.31 -
YUV 140.37 190.43 133.44 -
System Red Green Blue C M Y K H S L
Decimal 148 115 251 0.41 0.54 0 0.02 254.56 0.94 0.72
Hex 94 73 FB 29 36 0 2 FF 5E 48
Octal 224 163 373 51 66 0 2 377 136 110
Binary 10010100 1110011 11111011 101001 110110 0 10 11111111 1011110 1001000

Color Harmonies of #9473FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473FB

Black with #9473FB

Text Example


Text Example

White with #9473FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9473FB; }

 p { color: rgb(148,115,251); }

 H1.HeaderClassName
 {
   color: #9473FB;
 }
 .AnyTagClassName
 {
   color: #9473FB;
 }
</style>

background-color css

<style>
 a { background-color: #9473FB; }

 a { background-color: rgb(148,115,251); }

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

border-color css

<style>
 span { border-color: #9473FB; }

 span { border-color: rgb(148,115,251); }

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