Html Css Color HEX #734AF1 Medium Slate Blue

📋 copy color: '#734AF1'

red 115 ◦ green 74 ◦ blue 241

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

Shades of Medium Slate Blue #734AF1

Tints of Medium Slate Blue #734AF1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.21%

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 26.74%
G = 17.21%
B = 56.05%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#734AF1 (or 0x734AF1) is known color: Medium Slate Blue. HEX triplet: 73, 4A and F1. RGB value is (115,74,241). Sum of RGB (Red+Green+Blue) = 115+74+241=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #734AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #734AF1 is #8CB50E. Grayscale: #686868. Windows color (decimal): -9221391 or 15813235. OLE color: 15813235.

HSL color Cylindrical-coordinate representation of color #734AF1: hue angle of 254.73º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #734AF1 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 74 241 -
CMYK 0.52 0.69 0 0.05
HSL 254.73º 0.86% 0.62% -
HSV(B) 254.73º 0.69% 0.95% -
XYZ 25.4 14.89 84.76 -
YUV 105.3 204.58 134.92 -
System Red Green Blue C M Y K H S L
Decimal 115 74 241 0.52 0.69 0 0.05 254.73 0.86 0.62
Hex 73 4A F1 34 45 0 5 FF 56 3E
Octal 163 112 361 64 105 0 5 377 126 76
Binary 1110011 1001010 11110001 110100 1000101 0 101 11111111 1010110 111110

Color Harmonies of #734AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734AF1

Black with #734AF1

Text Example


Text Example

White with #734AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734AF1; }

 p { color: rgb(115,74,241); }

 H1.HeaderClassName
 {
   color: #734AF1;
 }
 .AnyTagClassName
 {
   color: #734AF1;
 }
</style>

background-color css

<style>
 a { background-color: #734AF1; }

 a { background-color: rgb(115,74,241); }

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

border-color css

<style>
 span { border-color: #734AF1; }

 span { border-color: rgb(115,74,241); }

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