Html Css Color HEX #7F47CC Slate Blue

📋 copy color: '#7F47CC'

red 127 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #7F47CC

Tints of Slate Blue #7F47CC

RGB

 RED value IS 127 (50% from 255) = 31.59%

 GREEN value IS 71 (28.13% from 255) = 17.66%

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 31.59%
G = 17.66%
B = 50.75%

CMYK

 C value IS 0.38

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F47CC (or 0x7F47CC) is known color: Slate Blue. HEX triplet: 7F, 47 and CC. RGB value is (127,71,204). Sum of RGB (Red+Green+Blue) = 127+71+204=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F47CC is #80B833. Grayscale: #666666. Windows color (decimal): -8435764 or 13387647. OLE color: 13387647.

HSL color Cylindrical-coordinate representation of color #7F47CC: hue angle of 265.26º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F47CC is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 71 204 -
CMYK 0.38 0.65 0 0.2
HSL 265.26º 0.57% 0.54% -
HSV(B) 265.26º 0.65% 0.8% -
XYZ 21.9 13.38 58.55 -
YUV 102.91 185.05 145.19 -
System Red Green Blue C M Y K H S L
Decimal 127 71 204 0.38 0.65 0 0.2 265.26 0.57 0.54
Hex 7F 47 CC 26 41 0 14 109 39 36
Octal 177 107 314 46 101 0 24 411 71 66
Binary 1111111 1000111 11001100 100110 1000001 0 10100 100001001 111001 110110

Color Harmonies of #7F47CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F47CC

Black with #7F47CC

Text Example


Text Example

White with #7F47CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F47CC; }

 p { color: rgb(127,71,204); }

 H1.HeaderClassName
 {
   color: #7F47CC;
 }
 .AnyTagClassName
 {
   color: #7F47CC;
 }
</style>

background-color css

<style>
 a { background-color: #7F47CC; }

 a { background-color: rgb(127,71,204); }

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

border-color css

<style>
 span { border-color: #7F47CC; }

 span { border-color: rgb(127,71,204); }

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