Html Css Color HEX #7B75DD Medium Slate Blue

📋 copy color: '#7B75DD'

red 123 ◦ green 117 ◦ blue 221

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

Shades of Medium Slate Blue #7B75DD

Tints of Medium Slate Blue #7B75DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 26.68%
G = 25.38%
B = 47.94%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B75DD (or 0x7B75DD) is known color: Medium Slate Blue. HEX triplet: 7B, 75 and DD. RGB value is (123,117,221). Sum of RGB (Red+Green+Blue) = 123+117+221=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #7B75DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B75DD is #848A22. Grayscale: #828282. Windows color (decimal): -8686115 or 14513531. OLE color: 14513531.

HSL color Cylindrical-coordinate representation of color #7B75DD: hue angle of 243.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B75DD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 117 221 -
CMYK 0.44 0.47 0 0.13
HSL 243.46º 0.6% 0.66% -
HSV(B) 243.46º 0.47% 0.87% -
XYZ 27.58 22.15 71.23 -
YUV 130.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 123 117 221 0.44 0.47 0 0.13 243.46 0.6 0.66
Hex 7B 75 DD 2C 2F 0 D F3 3C 42
Octal 173 165 335 54 57 0 15 363 74 102
Binary 1111011 1110101 11011101 101100 101111 0 1101 11110011 111100 1000010

Color Harmonies of #7B75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B75DD

Black with #7B75DD

Text Example


Text Example

White with #7B75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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