Html Css Color HEX #7F4DCA Slate Blue

📋 copy color: '#7F4DCA'

red 127 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #7F4DCA

Tints of Slate Blue #7F4DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 31.28%
G = 18.97%
B = 49.75%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F4DCA (or 0x7F4DCA) is known color: Slate Blue. HEX triplet: 7F, 4D and CA. RGB value is (127,77,202). Sum of RGB (Red+Green+Blue) = 127+77+202=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F4DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DCA is #80B235. Grayscale: #696969. Windows color (decimal): -8434230 or 13258111. OLE color: 13258111.

HSL color Cylindrical-coordinate representation of color #7F4DCA: hue angle of 264º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F4DCA is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 127 77 202 -
CMYK 0.37 0.62 0 0.21
HSL 264º 0.54% 0.55% -
HSV(B) 264º 0.62% 0.79% -
XYZ 22.07 14.08 57.43 -
YUV 106.2 182.07 142.84 -
System Red Green Blue C M Y K H S L
Decimal 127 77 202 0.37 0.62 0 0.21 264 0.54 0.55
Hex 7F 4D CA 25 3E 0 15 108 36 37
Octal 177 115 312 45 76 0 25 410 66 67
Binary 1111111 1001101 11001010 100101 111110 0 10101 100001000 110110 110111

Color Harmonies of #7F4DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4DCA

Black with #7F4DCA

Text Example


Text Example

White with #7F4DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,77,202); }

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

background-color css

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

 a { background-color: rgb(127,77,202); }

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

border-color css

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

 span { border-color: rgb(127,77,202); }

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