Html Css Color HEX #757BF3 Medium Slate Blue

📋 copy color: '#757BF3'

red 117 ◦ green 123 ◦ blue 243

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

Shades of Medium Slate Blue #757BF3

Tints of Medium Slate Blue #757BF3

RGB

 RED value IS 117 (46.09% from 255) = 24.22%

 GREEN value IS 123 (48.44% from 255) = 25.47%

 BLUE value IS 243 (95.31% from 255) = 50.31%

R = 24.22%
G = 25.47%
B = 50.31%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#757BF3 (or 0x757BF3) is known color: Medium Slate Blue. HEX triplet: 75, 7B and F3. RGB value is (117,123,243). Sum of RGB (Red+Green+Blue) = 117+123+243=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #757BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BF3 is #8A840C. Grayscale: #868686. Windows color (decimal): -9077773 or 15956853. OLE color: 15956853.

HSL color Cylindrical-coordinate representation of color #757BF3: hue angle of 237.14º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #757BF3 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 123 243 -
CMYK 0.52 0.49 0 0.05
HSL 237.14º 0.84% 0.71% -
HSV(B) 237.14º 0.52% 0.95% -
XYZ 30.6 24.42 87.89 -
YUV 134.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 117 123 243 0.52 0.49 0 0.05 237.14 0.84 0.71
Hex 75 7B F3 34 31 0 5 ED 54 47
Octal 165 173 363 64 61 0 5 355 124 107
Binary 1110101 1111011 11110011 110100 110001 0 101 11101101 1010100 1000111

Color Harmonies of #757BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BF3

Black with #757BF3

Text Example


Text Example

White with #757BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757BF3; }

 p { color: rgb(117,123,243); }

 H1.HeaderClassName
 {
   color: #757BF3;
 }
 .AnyTagClassName
 {
   color: #757BF3;
 }
</style>

background-color css

<style>
 a { background-color: #757BF3; }

 a { background-color: rgb(117,123,243); }

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

border-color css

<style>
 span { border-color: #757BF3; }

 span { border-color: rgb(117,123,243); }

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