Html Css Color HEX #7642FD Medium Slate Blue

📋 copy color: '#7642FD'

red 118 ◦ green 66 ◦ blue 253

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

Shades of Medium Slate Blue #7642FD

Tints of Medium Slate Blue #7642FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.1%

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

R = 27%
G = 15.1%
B = 57.89%

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

#7642FD (or 0x7642FD) is known color: Medium Slate Blue. HEX triplet: 76, 42 and FD. RGB value is (118,66,253). Sum of RGB (Red+Green+Blue) = 118+66+253=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #7642FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7642FD is #89BD02. Grayscale: #666666. Windows color (decimal): -9026819 or 16597622. OLE color: 16597622.

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

Color convert

RGB 118 66 253 -
CMYK 0.53 0.74 0 0.01
HSL 256.68º 0.98% 0.63% -
HSV(B) 256.68º 0.74% 0.99% -
XYZ 27.15 14.84 94.36 -
YUV 102.87 212.73 138.79 -
System Red Green Blue C M Y K H S L
Decimal 118 66 253 0.53 0.74 0 0.01 256.68 0.98 0.63
Hex 76 42 FD 35 4A 0 1 101 62 3F
Octal 166 102 375 65 112 0 1 401 142 77
Binary 1110110 1000010 11111101 110101 1001010 0 1 100000001 1100010 111111

Color Harmonies of #7642FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7642FD

Black with #7642FD

Text Example


Text Example

White with #7642FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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