Html Css Color HEX #947CFD Light Slate Blue

📋 copy color: '#947CFD'

red 148 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #947CFD

Tints of Light Slate Blue #947CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 28.19%
G = 23.62%
B = 48.19%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#947CFD (or 0x947CFD) is known color: Light Slate Blue. HEX triplet: 94, 7C and FD. RGB value is (148,124,253). Sum of RGB (Red+Green+Blue) = 148+124+253=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #947CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CFD is #6B8302. Grayscale: #919191. Windows color (decimal): -7045891 or 16612500. OLE color: 16612500.

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

Color convert

RGB 148 124 253 -
CMYK 0.42 0.51 0 0.01
HSL 251.16º 0.97% 0.74% -
HSV(B) 251.16º 0.51% 0.99% -
XYZ 37.15 27.8 96.34 -
YUV 145.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 148 124 253 0.42 0.51 0 0.01 251.16 0.97 0.74
Hex 94 7C FD 2A 33 0 1 FB 61 4A
Octal 224 174 375 52 63 0 1 373 141 112
Binary 10010100 1111100 11111101 101010 110011 0 1 11111011 1100001 1001010

Color Harmonies of #947CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CFD

Black with #947CFD

Text Example


Text Example

White with #947CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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