Html Css Color HEX #947DFC Light Slate Blue

📋 copy color: '#947DFC'

red 148 ◦ green 125 ◦ blue 252

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

Shades of Light Slate Blue #947DFC

Tints of Light Slate Blue #947DFC

RGB

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

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

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

R = 28.19%
G = 23.81%
B = 48%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#947DFC (or 0x947DFC) is known color: Light Slate Blue. HEX triplet: 94, 7D and FC. RGB value is (148,125,252). Sum of RGB (Red+Green+Blue) = 148+125+252=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #947DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947DFC is #6B8203. Grayscale: #919191. Windows color (decimal): -7045636 or 16547220. OLE color: 16547220.

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

Color convert

RGB 148 125 252 -
CMYK 0.41 0.50 0 0.01
HSL 250.87º 0.95% 0.74% -
HSV(B) 250.87º 0.5% 0.99% -
XYZ 37.12 27.99 95.54 -
YUV 146.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 148 125 252 0.41 0.50 0 0.01 250.87 0.95 0.74
Hex 94 7D FC 29 32 0 1 FB 5F 4A
Octal 224 175 374 51 62 0 1 373 137 112
Binary 10010100 1111101 11111100 101001 110010 0 1 11111011 1011111 1001010

Color Harmonies of #947DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DFC

Black with #947DFC

Text Example


Text Example

White with #947DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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