Html Css Color HEX #7641FD Medium Slate Blue

📋 copy color: '#7641FD'

red 118 ◦ green 65 ◦ blue 253

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

Shades of Medium Slate Blue #7641FD

Tints of Medium Slate Blue #7641FD

RGB

 RED value IS 118 (46.48% from 255) = 27.06%

 GREEN value IS 65 (25.78% from 255) = 14.91%

 BLUE value IS 253 (99.22% from 255) = 58.03%

R = 27.06%
G = 14.91%
B = 58.03%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7641FD (or 0x7641FD) is known color: Medium Slate Blue. HEX triplet: 76, 41 and FD. RGB value is (118,65,253). Sum of RGB (Red+Green+Blue) = 118+65+253=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #7641FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7641FD is #89BE02. Grayscale: #656565. Windows color (decimal): -9027075 or 16597366. OLE color: 16597366.

HSL color Cylindrical-coordinate representation of color #7641FD: hue angle of 256.91º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7641FD is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 65 253 -
CMYK 0.53 0.74 0 0.01
HSL 256.91º 0.98% 0.62% -
HSV(B) 256.91º 0.74% 0.99% -
XYZ 27.09 14.72 94.34 -
YUV 102.28 213.06 139.21 -
System Red Green Blue C M Y K H S L
Decimal 118 65 253 0.53 0.74 0 0.01 256.91 0.98 0.62
Hex 76 41 FD 35 4A 0 1 101 62 3E
Octal 166 101 375 65 112 0 1 401 142 76
Binary 1110110 1000001 11111101 110101 1001010 0 1 100000001 1100010 111110

Color Harmonies of #7641FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641FD

Black with #7641FD

Text Example


Text Example

White with #7641FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7641FD; }

 p { color: rgb(118,65,253); }

 H1.HeaderClassName
 {
   color: #7641FD;
 }
 .AnyTagClassName
 {
   color: #7641FD;
 }
</style>

background-color css

<style>
 a { background-color: #7641FD; }

 a { background-color: rgb(118,65,253); }

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

border-color css

<style>
 span { border-color: #7641FD; }

 span { border-color: rgb(118,65,253); }

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