Html Css Color HEX #757BF2 Medium Slate Blue

📋 copy color: '#757BF2'

red 117 ◦ green 123 ◦ blue 242

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

Shades of Medium Slate Blue #757BF2

Tints of Medium Slate Blue #757BF2

RGB

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

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

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

R = 24.27%
G = 25.52%
B = 50.21%

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

#757BF2 (or 0x757BF2) is known color: Medium Slate Blue. HEX triplet: 75, 7B and F2. RGB value is (117,123,242). Sum of RGB (Red+Green+Blue) = 117+123+242=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 123 (48.44% from 255 or 25.52% 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 #757BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BF2 is #8A840D. Grayscale: #868686. Windows color (decimal): -9077774 or 15891317. OLE color: 15891317.

HSL color Cylindrical-coordinate representation of color #757BF2: hue angle of 237.12º 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 #757BF2 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 123 242 -
CMYK 0.52 0.49 0 0.05
HSL 237.12º 0.83% 0.7% -
HSV(B) 237.12º 0.52% 0.95% -
XYZ 30.45 24.36 87.1 -
YUV 134.77 188.51 115.32 -
System Red Green Blue C M Y K H S L
Decimal 117 123 242 0.52 0.49 0 0.05 237.12 0.83 0.7
Hex 75 7B F2 34 31 0 5 ED 53 46
Octal 165 173 362 64 61 0 5 355 123 106
Binary 1110101 1111011 11110010 110100 110001 0 101 11101101 1010011 1000110

Color Harmonies of #757BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BF2

Black with #757BF2

Text Example


Text Example

White with #757BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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