Html Css Color HEX #7F4FCA Slate Blue

📋 copy color: '#7F4FCA'

red 127 ◦ green 79 ◦ blue 202

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

Shades of Slate Blue #7F4FCA

Tints of Slate Blue #7F4FCA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

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

R = 31.13%
G = 19.36%
B = 49.51%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7F4FCA (or 0x7F4FCA) is known color: Slate Blue. HEX triplet: 7F, 4F and CA. RGB value is (127,79,202). Sum of RGB (Red+Green+Blue) = 127+79+202=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F4FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FCA is #80B035. Grayscale: #6A6A6A. Windows color (decimal): -8433718 or 13258623. OLE color: 13258623.

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

Color convert

RGB 127 79 202 -
CMYK 0.37 0.61 0 0.21
HSL 263.41º 0.54% 0.55% -
HSV(B) 263.41º 0.61% 0.79% -
XYZ 22.21 14.37 57.48 -
YUV 107.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 127 79 202 0.37 0.61 0 0.21 263.41 0.54 0.55
Hex 7F 4F CA 25 3D 0 15 107 36 37
Octal 177 117 312 45 75 0 25 407 66 67
Binary 1111111 1001111 11001010 100101 111101 0 10101 100000111 110110 110111

Color Harmonies of #7F4FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4FCA

Black with #7F4FCA

Text Example


Text Example

White with #7F4FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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