Html Css Color HEX #9476F1 Light Slate Blue

📋 copy color: '#9476F1'

red 148 ◦ green 118 ◦ blue 241

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

Shades of Light Slate Blue #9476F1

Tints of Light Slate Blue #9476F1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.27%

 BLUE value IS 241 (94.53% from 255) = 47.53%

R = 29.19%
G = 23.27%
B = 47.53%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9476F1 (or 0x9476F1) is known color: Light Slate Blue. HEX triplet: 94, 76 and F1. RGB value is (148,118,241). Sum of RGB (Red+Green+Blue) = 148+118+241=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #9476F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9476F1 is #6B890E. Grayscale: #8C8C8C. Windows color (decimal): -7047439 or 15824532. OLE color: 15824532.

HSL color Cylindrical-coordinate representation of color #9476F1: hue angle of 254.63º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9476F1 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 118 241 -
CMYK 0.39 0.51 0 0.05
HSL 254.63º 0.81% 0.7% -
HSV(B) 254.63º 0.51% 0.95% -
XYZ 34.57 25.6 86.34 -
YUV 140.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 148 118 241 0.39 0.51 0 0.05 254.63 0.81 0.7
Hex 94 76 F1 27 33 0 5 FF 51 46
Octal 224 166 361 47 63 0 5 377 121 106
Binary 10010100 1110110 11110001 100111 110011 0 101 11111111 1010001 1000110

Color Harmonies of #9476F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9476F1

Black with #9476F1

Text Example


Text Example

White with #9476F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9476F1; }

 p { color: rgb(148,118,241); }

 H1.HeaderClassName
 {
   color: #9476F1;
 }
 .AnyTagClassName
 {
   color: #9476F1;
 }
</style>

background-color css

<style>
 a { background-color: #9476F1; }

 a { background-color: rgb(148,118,241); }

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

border-color css

<style>
 span { border-color: #9476F1; }

 span { border-color: rgb(148,118,241); }

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