Html Css Color HEX #7F52DC Slate Blue

📋 copy color: '#7F52DC'

red 127 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #7F52DC

Tints of Slate Blue #7F52DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.11%

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

R = 29.6%
G = 19.11%
B = 51.28%

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

#7F52DC (or 0x7F52DC) is known color: Slate Blue. HEX triplet: 7F, 52 and DC. RGB value is (127,82,220). Sum of RGB (Red+Green+Blue) = 127+82+220=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F52DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F52DC is #80AD23. Grayscale: #6E6E6E. Windows color (decimal): -8432932 or 14439039. OLE color: 14439039.

HSL color Cylindrical-coordinate representation of color #7F52DC: hue angle of 259.57º degrees, saturation: 0.66, 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 #7F52DC is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 82 220 -
CMYK 0.42 0.63 0 0.14
HSL 259.57º 0.66% 0.59% -
HSV(B) 259.57º 0.63% 0.86% -
XYZ 24.69 15.71 69.44 -
YUV 111.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 127 82 220 0.42 0.63 0 0.14 259.57 0.66 0.59
Hex 7F 52 DC 2A 3F 0 E 104 42 3B
Octal 177 122 334 52 77 0 16 404 102 73
Binary 1111111 1010010 11011100 101010 111111 0 1110 100000100 1000010 111011

Color Harmonies of #7F52DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52DC

Black with #7F52DC

Text Example


Text Example

White with #7F52DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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