Html Css Color HEX #947FFC Light Slate Blue

📋 copy color: '#947FFC'

red 148 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #947FFC

Tints of Light Slate Blue #947FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.1%

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

R = 28.08%
G = 24.1%
B = 47.82%

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

#947FFC (or 0x947FFC) is known color: Light Slate Blue. HEX triplet: 94, 7F and FC. RGB value is (148,127,252). Sum of RGB (Red+Green+Blue) = 148+127+252=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #947FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947FFC is #6B8003. Grayscale: #939393. Windows color (decimal): -7045124 or 16547732. OLE color: 16547732.

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

Color convert

RGB 148 127 252 -
CMYK 0.41 0.50 0 0.01
HSL 250.08º 0.95% 0.74% -
HSV(B) 250.08º 0.5% 0.99% -
XYZ 37.37 28.5 95.63 -
YUV 147.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 148 127 252 0.41 0.50 0 0.01 250.08 0.95 0.74
Hex 94 7F FC 29 32 0 1 FA 5F 4A
Octal 224 177 374 51 62 0 1 372 137 112
Binary 10010100 1111111 11111100 101001 110010 0 1 11111010 1011111 1001010

Color Harmonies of #947FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FFC

Black with #947FFC

Text Example


Text Example

White with #947FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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