Html Css Color HEX #7B75EE Medium Slate Blue

📋 copy color: '#7B75EE'

red 123 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #7B75EE

Tints of Medium Slate Blue #7B75EE

RGB

 RED value IS 123 (48.44% from 255) = 25.73%

 GREEN value IS 117 (46.09% from 255) = 24.48%

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 25.73%
G = 24.48%
B = 49.79%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7B75EE (or 0x7B75EE) is known color: Medium Slate Blue. HEX triplet: 7B, 75 and EE. RGB value is (123,117,238). Sum of RGB (Red+Green+Blue) = 123+117+238=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #7B75EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B75EE is #848A11. Grayscale: #848484. Windows color (decimal): -8686098 or 15627643. OLE color: 15627643.

HSL color Cylindrical-coordinate representation of color #7B75EE: hue angle of 242.98º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B75EE is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 123 117 238 -
CMYK 0.48 0.51 0 0.07
HSL 242.98º 0.78% 0.7% -
HSV(B) 242.98º 0.51% 0.93% -
XYZ 29.96 23.11 83.77 -
YUV 132.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 123 117 238 0.48 0.51 0 0.07 242.98 0.78 0.7
Hex 7B 75 EE 30 33 0 7 F3 4E 46
Octal 173 165 356 60 63 0 7 363 116 106
Binary 1111011 1110101 11101110 110000 110011 0 111 11110011 1001110 1000110

Color Harmonies of #7B75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B75EE

Black with #7B75EE

Text Example


Text Example

White with #7B75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B75EE; }

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

 H1.HeaderClassName
 {
   color: #7B75EE;
 }
 .AnyTagClassName
 {
   color: #7B75EE;
 }
</style>

background-color css

<style>
 a { background-color: #7B75EE; }

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

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

border-color css

<style>
 span { border-color: #7B75EE; }

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

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