Html Css Color HEX #7B66D9 Medium Slate Blue

📋 copy color: '#7B66D9'

red 123 ◦ green 102 ◦ blue 217

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

Shades of Medium Slate Blue #7B66D9

Tints of Medium Slate Blue #7B66D9

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

 BLUE value IS 217 (85.16% from 255) = 49.1%

R = 27.83%
G = 23.08%
B = 49.1%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7B66D9 (or 0x7B66D9) is known color: Medium Slate Blue. HEX triplet: 7B, 66 and D9. RGB value is (123,102,217). Sum of RGB (Red+Green+Blue) = 123+102+217=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #7B66D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66D9 is #849926. Grayscale: #787878. Windows color (decimal): -8689959 or 14247547. OLE color: 14247547.

HSL color Cylindrical-coordinate representation of color #7B66D9: hue angle of 250.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B66D9 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 123 102 217 -
CMYK 0.43 0.53 0 0.15
HSL 250.96º 0.6% 0.63% -
HSV(B) 250.96º 0.53% 0.85% -
XYZ 25.44 18.72 67.92 -
YUV 121.39 181.96 129.15 -
System Red Green Blue C M Y K H S L
Decimal 123 102 217 0.43 0.53 0 0.15 250.96 0.6 0.63
Hex 7B 66 D9 2B 35 0 F FB 3C 3F
Octal 173 146 331 53 65 0 17 373 74 77
Binary 1111011 1100110 11011001 101011 110101 0 1111 11111011 111100 111111

Color Harmonies of #7B66D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B66D9

Black with #7B66D9

Text Example


Text Example

White with #7B66D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,102,217); }

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

background-color css

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

 a { background-color: rgb(123,102,217); }

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

border-color css

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

 span { border-color: rgb(123,102,217); }

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