Html Css Color HEX #7243FA Medium Slate Blue

📋 copy color: '#7243FA'

red 114 ◦ green 67 ◦ blue 250

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

Shades of Medium Slate Blue #7243FA

Tints of Medium Slate Blue #7243FA

RGB

 RED value IS 114 (44.92% from 255) = 26.45%

 GREEN value IS 67 (26.56% from 255) = 15.55%

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

R = 26.45%
G = 15.55%
B = 58%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7243FA (or 0x7243FA) is known color: Medium Slate Blue. HEX triplet: 72, 43 and FA. RGB value is (114,67,250). Sum of RGB (Red+Green+Blue) = 114+67+250=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #7243FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7243FA is #8DBC05. Grayscale: #656565. Windows color (decimal): -9288710 or 16401266. OLE color: 16401266.

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

Color convert

RGB 114 67 250 -
CMYK 0.54 0.73 0 0.02
HSL 255.41º 0.95% 0.62% -
HSV(B) 255.41º 0.73% 0.98% -
XYZ 26.2 14.49 91.86 -
YUV 101.92 211.57 136.62 -
System Red Green Blue C M Y K H S L
Decimal 114 67 250 0.54 0.73 0 0.02 255.41 0.95 0.62
Hex 72 43 FA 36 49 0 2 FF 5F 3E
Octal 162 103 372 66 111 0 2 377 137 76
Binary 1110010 1000011 11111010 110110 1001001 0 10 11111111 1011111 111110

Color Harmonies of #7243FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7243FA

Black with #7243FA

Text Example


Text Example

White with #7243FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,67,250); }

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

background-color css

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

 a { background-color: rgb(114,67,250); }

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

border-color css

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

 span { border-color: rgb(114,67,250); }

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