Html Css Color HEX #7641FB Medium Slate Blue

📋 copy color: '#7641FB'

red 118 ◦ green 65 ◦ blue 251

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

Shades of Medium Slate Blue #7641FB

Tints of Medium Slate Blue #7641FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 27.19%
G = 14.98%
B = 57.83%

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

#7641FB (or 0x7641FB) is known color: Medium Slate Blue. HEX triplet: 76, 41 and FB. RGB value is (118,65,251). Sum of RGB (Red+Green+Blue) = 118+65+251=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #7641FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7641FB is #89BE04. Grayscale: #656565. Windows color (decimal): -9027077 or 16466294. OLE color: 16466294.

HSL color Cylindrical-coordinate representation of color #7641FB: hue angle of 257.1º degrees, saturation: 0.96, 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 #7641FB is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 65 251 -
CMYK 0.53 0.74 0 0.02
HSL 257.1º 0.96% 0.62% -
HSV(B) 257.1º 0.74% 0.98% -
XYZ 26.77 14.6 92.67 -
YUV 102.05 212.06 139.38 -
System Red Green Blue C M Y K H S L
Decimal 118 65 251 0.53 0.74 0 0.02 257.1 0.96 0.62
Hex 76 41 FB 35 4A 0 2 101 60 3E
Octal 166 101 373 65 112 0 2 401 140 76
Binary 1110110 1000001 11111011 110101 1001010 0 10 100000001 1100000 111110

Color Harmonies of #7641FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7641FB

Black with #7641FB

Text Example


Text Example

White with #7641FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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