Html Css Color HEX #7342FC Medium Slate Blue

📋 copy color: '#7342FC'

red 115 ◦ green 66 ◦ blue 252

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

Shades of Medium Slate Blue #7342FC

Tints of Medium Slate Blue #7342FC

RGB

 RED value IS 115 (45.31% from 255) = 26.56%

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

 BLUE value IS 252 (98.83% from 255) = 58.2%

R = 26.56%
G = 15.24%
B = 58.2%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7342FC (or 0x7342FC) is known color: Medium Slate Blue. HEX triplet: 73, 42 and FC. RGB value is (115,66,252). Sum of RGB (Red+Green+Blue) = 115+66+252=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #7342FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7342FC is #8CBD03. Grayscale: #656565. Windows color (decimal): -9223428 or 16532083. OLE color: 16532083.

HSL color Cylindrical-coordinate representation of color #7342FC: hue angle of 255.81º degrees, saturation: 0.97, 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 #7342FC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 66 252 -
CMYK 0.54 0.74 0 0.01
HSL 255.81º 0.97% 0.62% -
HSV(B) 255.81º 0.74% 0.99% -
XYZ 26.59 14.57 93.51 -
YUV 101.86 212.73 137.38 -
System Red Green Blue C M Y K H S L
Decimal 115 66 252 0.54 0.74 0 0.01 255.81 0.97 0.62
Hex 73 42 FC 36 4A 0 1 100 61 3E
Octal 163 102 374 66 112 0 1 400 141 76
Binary 1110011 1000010 11111100 110110 1001010 0 1 100000000 1100001 111110

Color Harmonies of #7342FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7342FC

Black with #7342FC

Text Example


Text Example

White with #7342FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7342FC; }

 p { color: rgb(115,66,252); }

 H1.HeaderClassName
 {
   color: #7342FC;
 }
 .AnyTagClassName
 {
   color: #7342FC;
 }
</style>

background-color css

<style>
 a { background-color: #7342FC; }

 a { background-color: rgb(115,66,252); }

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

border-color css

<style>
 span { border-color: #7342FC; }

 span { border-color: rgb(115,66,252); }

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