Html Css Color HEX #947DF8 Light Slate Blue

📋 copy color: '#947DF8'

red 148 ◦ green 125 ◦ blue 248

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

Shades of Light Slate Blue #947DF8

Tints of Light Slate Blue #947DF8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.99%

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

R = 28.41%
G = 23.99%
B = 47.6%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#947DF8 (or 0x947DF8) is known color: Light Slate Blue. HEX triplet: 94, 7D and F8. RGB value is (148,125,248). Sum of RGB (Red+Green+Blue) = 148+125+248=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #947DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DF8 is #6B8207. Grayscale: #919191. Windows color (decimal): -7045640 or 16285076. OLE color: 16285076.

HSL color Cylindrical-coordinate representation of color #947DF8: hue angle of 251.22º 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 #947DF8 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 125 248 -
CMYK 0.40 0.50 0 0.03
HSL 251.22º 0.9% 0.73% -
HSV(B) 251.22º 0.5% 0.97% -
XYZ 36.49 27.74 92.24 -
YUV 145.9 185.62 129.5 -
System Red Green Blue C M Y K H S L
Decimal 148 125 248 0.40 0.50 0 0.03 251.22 0.9 0.73
Hex 94 7D F8 28 32 0 3 FB 5A 49
Octal 224 175 370 50 62 0 3 373 132 111
Binary 10010100 1111101 11111000 101000 110010 0 11 11111011 1011010 1001001

Color Harmonies of #947DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DF8

Black with #947DF8

Text Example


Text Example

White with #947DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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