Html Css Color HEX #737DF2 Medium Slate Blue

📋 copy color: '#737DF2'

red 115 ◦ green 125 ◦ blue 242

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

Shades of Medium Slate Blue #737DF2

Tints of Medium Slate Blue #737DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 23.86%
G = 25.93%
B = 50.21%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#737DF2 (or 0x737DF2) is known color: Medium Slate Blue. HEX triplet: 73, 7D and F2. RGB value is (115,125,242). Sum of RGB (Red+Green+Blue) = 115+125+242=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #737DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #737DF2 is #8C820D. Grayscale: #868686. Windows color (decimal): -9208334 or 15891827. OLE color: 15891827.

HSL color Cylindrical-coordinate representation of color #737DF2: hue angle of 235.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #737DF2 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 115 125 242 -
CMYK 0.52 0.48 0 0.05
HSL 235.28º 0.83% 0.7% -
HSV(B) 235.28º 0.52% 0.95% -
XYZ 30.43 24.72 87.17 -
YUV 135.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 115 125 242 0.52 0.48 0 0.05 235.28 0.83 0.7
Hex 73 7D F2 34 30 0 5 EB 53 46
Octal 163 175 362 64 60 0 5 353 123 106
Binary 1110011 1111101 11110010 110100 110000 0 101 11101011 1010011 1000110

Color Harmonies of #737DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737DF2

Black with #737DF2

Text Example


Text Example

White with #737DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737DF2; }

 p { color: rgb(115,125,242); }

 H1.HeaderClassName
 {
   color: #737DF2;
 }
 .AnyTagClassName
 {
   color: #737DF2;
 }
</style>

background-color css

<style>
 a { background-color: #737DF2; }

 a { background-color: rgb(115,125,242); }

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

border-color css

<style>
 span { border-color: #737DF2; }

 span { border-color: rgb(115,125,242); }

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