Html Css Color HEX #9478F2 Light Slate Blue

📋 copy color: '#9478F2'

red 148 ◦ green 120 ◦ blue 242

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

Shades of Light Slate Blue #9478F2

Tints of Light Slate Blue #9478F2

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.53%

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 29.02%
G = 23.53%
B = 47.45%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9478F2 (or 0x9478F2) is known color: Light Slate Blue. HEX triplet: 94, 78 and F2. RGB value is (148,120,242). Sum of RGB (Red+Green+Blue) = 148+120+242=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #9478F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9478F2 is #6B870D. Grayscale: #8D8D8D. Windows color (decimal): -7046926 or 15890580. OLE color: 15890580.

HSL color Cylindrical-coordinate representation of color #9478F2: hue angle of 253.77º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9478F2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 120 242 -
CMYK 0.39 0.50 0 0.05
HSL 253.77º 0.82% 0.71% -
HSV(B) 253.77º 0.5% 0.95% -
XYZ 34.96 26.14 87.21 -
YUV 142.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 148 120 242 0.39 0.50 0 0.05 253.77 0.82 0.71
Hex 94 78 F2 27 32 0 5 FE 52 47
Octal 224 170 362 47 62 0 5 376 122 107
Binary 10010100 1111000 11110010 100111 110010 0 101 11111110 1010010 1000111

Color Harmonies of #9478F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478F2

Black with #9478F2

Text Example


Text Example

White with #9478F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9478F2; }

 p { color: rgb(148,120,242); }

 H1.HeaderClassName
 {
   color: #9478F2;
 }
 .AnyTagClassName
 {
   color: #9478F2;
 }
</style>

background-color css

<style>
 a { background-color: #9478F2; }

 a { background-color: rgb(148,120,242); }

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

border-color css

<style>
 span { border-color: #9478F2; }

 span { border-color: rgb(148,120,242); }

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