Html Css Color HEX #947DFE Light Slate Blue

📋 copy color: '#947DFE'

red 148 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #947DFE

Tints of Light Slate Blue #947DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 28.08%
G = 23.72%
B = 48.2%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#947DFE (or 0x947DFE) is known color: Light Slate Blue. HEX triplet: 94, 7D and FE. RGB value is (148,125,254). Sum of RGB (Red+Green+Blue) = 148+125+254=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #947DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DFE is #6B8201. Grayscale: #929292. Windows color (decimal): -7045634 or 16678292. OLE color: 16678292.

HSL color Cylindrical-coordinate representation of color #947DFE: hue angle of 250.7º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947DFE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 125 254 -
CMYK 0.42 0.51 0 0.00
HSL 250.7º 0.98% 0.74% -
HSV(B) 250.7º 0.51% 1% -
XYZ 37.44 28.12 97.22 -
YUV 146.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 148 125 254 0.42 0.51 0 0.00 250.7 0.98 0.74
Hex 94 7D FE 2A 33 0 0 FB 62 4A
Octal 224 175 376 52 63 0 0 373 142 112
Binary 10010100 1111101 11111110 101010 110011 0 0 11111011 1100010 1001010

Color Harmonies of #947DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DFE

Black with #947DFE

Text Example


Text Example

White with #947DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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