Html Css Color HEX #947EFC Light Slate Blue

📋 copy color: '#947EFC'

red 148 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #947EFC

Tints of Light Slate Blue #947EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.95%

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 28.14%
G = 23.95%
B = 47.91%

CMYK

 C value IS 0.41

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#947EFC (or 0x947EFC) is known color: Light Slate Blue. HEX triplet: 94, 7E and FC. RGB value is (148,126,252). Sum of RGB (Red+Green+Blue) = 148+126+252=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #947EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947EFC is #6B8103. Grayscale: #929292. Windows color (decimal): -7045380 or 16547476. OLE color: 16547476.

HSL color Cylindrical-coordinate representation of color #947EFC: hue angle of 250.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #947EFC is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 126 252 -
CMYK 0.41 0.5 0 0.01
HSL 250.48º 0.95% 0.74% -
HSV(B) 250.48º 0.5% 0.99% -
XYZ 37.24 28.25 95.58 -
YUV 146.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 148 126 252 0.41 0.5 0 0.01 250.48 0.95 0.74
Hex 94 7E FC 29 32 0 1 FA 5F 4A
Octal 224 176 374 51 62 0 1 372 137 112
Binary 10010100 1111110 11111100 101001 110010 0 1 11111010 1011111 1001010

Color Harmonies of #947EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947EFC

Black with #947EFC

Text Example


Text Example

White with #947EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,126,252); }

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

background-color css

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

 a { background-color: rgb(148,126,252); }

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

border-color css

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

 span { border-color: rgb(148,126,252); }

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