Html Css Color HEX #7F51DC Slate Blue

📋 copy color: '#7F51DC'

red 127 ◦ green 81 ◦ blue 220

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

Shades of Slate Blue #7F51DC

Tints of Slate Blue #7F51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 29.67%
G = 18.93%
B = 51.4%

CMYK

 C value IS 0.42

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F51DC (or 0x7F51DC) is known color: Slate Blue. HEX triplet: 7F, 51 and DC. RGB value is (127,81,220). Sum of RGB (Red+Green+Blue) = 127+81+220=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F51DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F51DC is #80AE23. Grayscale: #6E6E6E. Windows color (decimal): -8433188 or 14438783. OLE color: 14438783.

HSL color Cylindrical-coordinate representation of color #7F51DC: hue angle of 259.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F51DC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 81 220 -
CMYK 0.42 0.63 0 0.14
HSL 259.86º 0.67% 0.59% -
HSV(B) 259.86º 0.63% 0.86% -
XYZ 24.61 15.56 69.42 -
YUV 110.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 127 81 220 0.42 0.63 0 0.14 259.86 0.67 0.59
Hex 7F 51 DC 2A 3F 0 E 104 43 3B
Octal 177 121 334 52 77 0 16 404 103 73
Binary 1111111 1010001 11011100 101010 111111 0 1110 100000100 1000011 111011

Color Harmonies of #7F51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F51DC

Black with #7F51DC

Text Example


Text Example

White with #7F51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,81,220); }

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

background-color css

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

 a { background-color: rgb(127,81,220); }

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

border-color css

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

 span { border-color: rgb(127,81,220); }

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