Html Css Color HEX #7F4ACF Slate Blue

📋 copy color: '#7F4ACF'

red 127 ◦ green 74 ◦ blue 207

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

Shades of Slate Blue #7F4ACF

Tints of Slate Blue #7F4ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.14%

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 31.13%
G = 18.14%
B = 50.74%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F4ACF (or 0x7F4ACF) is known color: Slate Blue. HEX triplet: 7F, 4A and CF. RGB value is (127,74,207). Sum of RGB (Red+Green+Blue) = 127+74+207=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F4ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4ACF is #80B530. Grayscale: #686868. Windows color (decimal): -8434993 or 13585023. OLE color: 13585023.

HSL color Cylindrical-coordinate representation of color #7F4ACF: hue angle of 263.91º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F4ACF is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 74 207 -
CMYK 0.39 0.64 0 0.19
HSL 263.91º 0.58% 0.55% -
HSV(B) 263.91º 0.64% 0.81% -
XYZ 22.46 13.91 60.53 -
YUV 105.01 185.56 143.69 -
System Red Green Blue C M Y K H S L
Decimal 127 74 207 0.39 0.64 0 0.19 263.91 0.58 0.55
Hex 7F 4A CF 27 40 0 13 108 3A 37
Octal 177 112 317 47 100 0 23 410 72 67
Binary 1111111 1001010 11001111 100111 1000000 0 10011 100001000 111010 110111

Color Harmonies of #7F4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4ACF

Black with #7F4ACF

Text Example


Text Example

White with #7F4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,74,207); }

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

background-color css

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

 a { background-color: rgb(127,74,207); }

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

border-color css

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

 span { border-color: rgb(127,74,207); }

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