Html Css Color HEX #7F49CC Slate Blue

📋 copy color: '#7F49CC'

red 127 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #7F49CC

Tints of Slate Blue #7F49CC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

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

R = 31.44%
G = 18.07%
B = 50.5%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F49CC (or 0x7F49CC) is known color: Slate Blue. HEX triplet: 7F, 49 and CC. RGB value is (127,73,204). Sum of RGB (Red+Green+Blue) = 127+73+204=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F49CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F49CC is #80B633. Grayscale: #676767. Windows color (decimal): -8435252 or 13388159. OLE color: 13388159.

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

Color convert

RGB 127 73 204 -
CMYK 0.38 0.64 0 0.2
HSL 264.73º 0.56% 0.54% -
HSV(B) 264.73º 0.64% 0.8% -
XYZ 22.03 13.64 58.6 -
YUV 104.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 127 73 204 0.38 0.64 0 0.2 264.73 0.56 0.54
Hex 7F 49 CC 26 40 0 14 109 38 36
Octal 177 111 314 46 100 0 24 411 70 66
Binary 1111111 1001001 11001100 100110 1000000 0 10100 100001001 111000 110110

Color Harmonies of #7F49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F49CC

Black with #7F49CC

Text Example


Text Example

White with #7F49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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