Html Css Color HEX #947CFC Light Slate Blue

📋 copy color: '#947CFC'

red 148 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #947CFC

Tints of Light Slate Blue #947CFC

RGB

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

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

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

R = 28.24%
G = 23.66%
B = 48.09%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#947CFC (or 0x947CFC) is known color: Light Slate Blue. HEX triplet: 94, 7C and FC. RGB value is (148,124,252). Sum of RGB (Red+Green+Blue) = 148+124+252=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #947CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947CFC is #6B8303. Grayscale: #919191. Windows color (decimal): -7045892 or 16546964. OLE color: 16546964.

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

Color convert

RGB 148 124 252 -
CMYK 0.41 0.51 0 0.01
HSL 251.25º 0.96% 0.74% -
HSV(B) 251.25º 0.51% 0.99% -
XYZ 36.99 27.74 95.5 -
YUV 145.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 148 124 252 0.41 0.51 0 0.01 251.25 0.96 0.74
Hex 94 7C FC 29 33 0 1 FB 60 4A
Octal 224 174 374 51 63 0 1 373 140 112
Binary 10010100 1111100 11111100 101001 110011 0 1 11111011 1100000 1001010

Color Harmonies of #947CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947CFC

Black with #947CFC

Text Example


Text Example

White with #947CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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