Html Css Color HEX #7642FA Medium Slate Blue

📋 copy color: '#7642FA'

red 118 ◦ green 66 ◦ blue 250

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

Shades of Medium Slate Blue #7642FA

Tints of Medium Slate Blue #7642FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.6%

R = 27.19%
G = 15.21%
B = 57.6%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7642FA (or 0x7642FA) is known color: Medium Slate Blue. HEX triplet: 76, 42 and FA. RGB value is (118,66,250). Sum of RGB (Red+Green+Blue) = 118+66+250=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #7642FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7642FA is #89BD05. Grayscale: #656565. Windows color (decimal): -9026822 or 16401014. OLE color: 16401014.

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

Color convert

RGB 118 66 250 -
CMYK 0.53 0.74 0 0.02
HSL 256.96º 0.95% 0.62% -
HSV(B) 256.96º 0.74% 0.98% -
XYZ 26.67 14.65 91.86 -
YUV 102.52 211.23 139.04 -
System Red Green Blue C M Y K H S L
Decimal 118 66 250 0.53 0.74 0 0.02 256.96 0.95 0.62
Hex 76 42 FA 35 4A 0 2 101 5F 3E
Octal 166 102 372 65 112 0 2 401 137 76
Binary 1110110 1000010 11111010 110101 1001010 0 10 100000001 1011111 111110

Color Harmonies of #7642FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7642FA

Black with #7642FA

Text Example


Text Example

White with #7642FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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