Html Css Color HEX #7442FB Medium Slate Blue

📋 copy color: '#7442FB'

red 116 ◦ green 66 ◦ blue 251

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

Shades of Medium Slate Blue #7442FB

Tints of Medium Slate Blue #7442FB

RGB

 RED value IS 116 (45.7% from 255) = 26.79%

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

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

R = 26.79%
G = 15.24%
B = 57.97%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7442FB (or 0x7442FB) is known color: Medium Slate Blue. HEX triplet: 74, 42 and FB. RGB value is (116,66,251). Sum of RGB (Red+Green+Blue) = 116+66+251=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #7442FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7442FB is #8BBD04. Grayscale: #656565. Windows color (decimal): -9157893 or 16466548. OLE color: 16466548.

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

Color convert

RGB 116 66 251 -
CMYK 0.54 0.74 0 0.02
HSL 256.22º 0.96% 0.62% -
HSV(B) 256.22º 0.74% 0.98% -
XYZ 26.56 14.57 92.68 -
YUV 102.04 212.07 137.96 -
System Red Green Blue C M Y K H S L
Decimal 116 66 251 0.54 0.74 0 0.02 256.22 0.96 0.62
Hex 74 42 FB 36 4A 0 2 100 60 3E
Octal 164 102 373 66 112 0 2 400 140 76
Binary 1110100 1000010 11111011 110110 1001010 0 10 100000000 1100000 111110

Color Harmonies of #7442FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7442FB

Black with #7442FB

Text Example


Text Example

White with #7442FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,66,251); }

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

background-color css

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

 a { background-color: rgb(116,66,251); }

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

border-color css

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

 span { border-color: rgb(116,66,251); }

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