Html Css Color HEX #7F61D5 Slate Blue

📋 copy color: '#7F61D5'

red 127 ◦ green 97 ◦ blue 213

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

Shades of Slate Blue #7F61D5

Tints of Slate Blue #7F61D5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.2%

 BLUE value IS 213 (83.59% from 255) = 48.74%

R = 29.06%
G = 22.2%
B = 48.74%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F61D5 (or 0x7F61D5) is known color: Slate Blue. HEX triplet: 7F, 61 and D5. RGB value is (127,97,213). Sum of RGB (Red+Green+Blue) = 127+97+213=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F61D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61D5 is #809E2A. Grayscale: #767676. Windows color (decimal): -8429099 or 13984127. OLE color: 13984127.

HSL color Cylindrical-coordinate representation of color #7F61D5: hue angle of 255.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F61D5 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 97 213 -
CMYK 0.40 0.54 0 0.16
HSL 255.52º 0.58% 0.61% -
HSV(B) 255.52º 0.54% 0.84% -
XYZ 25.04 17.87 65.08 -
YUV 119.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 127 97 213 0.40 0.54 0 0.16 255.52 0.58 0.61
Hex 7F 61 D5 28 36 0 10 100 3A 3D
Octal 177 141 325 50 66 0 20 400 72 75
Binary 1111111 1100001 11010101 101000 110110 0 10000 100000000 111010 111101

Color Harmonies of #7F61D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F61D5

Black with #7F61D5

Text Example


Text Example

White with #7F61D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,97,213); }

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

background-color css

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

 a { background-color: rgb(127,97,213); }

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

border-color css

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

 span { border-color: rgb(127,97,213); }

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