Html Css Color HEX #757BEA Medium Slate Blue

📋 copy color: '#757BEA'

red 117 ◦ green 123 ◦ blue 234

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

Shades of Medium Slate Blue #757BEA

Tints of Medium Slate Blue #757BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 24.68%
G = 25.95%
B = 49.37%

CMYK

 C value IS 0.5

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#757BEA (or 0x757BEA) is known color: Medium Slate Blue. HEX triplet: 75, 7B and EA. RGB value is (117,123,234). Sum of RGB (Red+Green+Blue) = 117+123+234=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #757BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BEA is #8A8415. Grayscale: #858585. Windows color (decimal): -9077782 or 15367029. OLE color: 15367029.

HSL color Cylindrical-coordinate representation of color #757BEA: hue angle of 236.92º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #757BEA is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 123 234 -
CMYK 0.5 0.47 0 0.08
HSL 236.92º 0.74% 0.69% -
HSV(B) 236.92º 0.5% 0.92% -
XYZ 29.27 23.89 80.91 -
YUV 133.86 184.51 115.97 -
System Red Green Blue C M Y K H S L
Decimal 117 123 234 0.5 0.47 0 0.08 236.92 0.74 0.69
Hex 75 7B EA 32 2F 0 8 ED 4A 45
Octal 165 173 352 62 57 0 10 355 112 105
Binary 1110101 1111011 11101010 110010 101111 0 1000 11101101 1001010 1000101

Color Harmonies of #757BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BEA

Black with #757BEA

Text Example


Text Example

White with #757BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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