Html Css Color HEX #947CF8 Light Slate Blue

📋 copy color: '#947CF8'

red 148 ◦ green 124 ◦ blue 248

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

Shades of Light Slate Blue #947CF8

Tints of Light Slate Blue #947CF8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.85%

 BLUE value IS 248 (97.27% from 255) = 47.69%

R = 28.46%
G = 23.85%
B = 47.69%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#947CF8 (or 0x947CF8) is known color: Light Slate Blue. HEX triplet: 94, 7C and F8. RGB value is (148,124,248). Sum of RGB (Red+Green+Blue) = 148+124+248=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #947CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CF8 is #6B8307. Grayscale: #909090. Windows color (decimal): -7045896 or 16284820. OLE color: 16284820.

HSL color Cylindrical-coordinate representation of color #947CF8: hue angle of 251.61º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #947CF8 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 124 248 -
CMYK 0.40 0.5 0 0.03
HSL 251.61º 0.9% 0.73% -
HSV(B) 251.61º 0.5% 0.97% -
XYZ 36.36 27.49 92.2 -
YUV 145.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 148 124 248 0.40 0.5 0 0.03 251.61 0.9 0.73
Hex 94 7C F8 28 32 0 3 FC 5A 49
Octal 224 174 370 50 62 0 3 374 132 111
Binary 10010100 1111100 11111000 101000 110010 0 11 11111100 1011010 1001001

Color Harmonies of #947CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CF8

Black with #947CF8

Text Example


Text Example

White with #947CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947CF8; }

 p { color: rgb(148,124,248); }

 H1.HeaderClassName
 {
   color: #947CF8;
 }
 .AnyTagClassName
 {
   color: #947CF8;
 }
</style>

background-color css

<style>
 a { background-color: #947CF8; }

 a { background-color: rgb(148,124,248); }

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

border-color css

<style>
 span { border-color: #947CF8; }

 span { border-color: rgb(148,124,248); }

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