Html Css Color HEX #7B66DE Medium Slate Blue

📋 copy color: '#7B66DE'

red 123 ◦ green 102 ◦ blue 222

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

Shades of Medium Slate Blue #7B66DE

Tints of Medium Slate Blue #7B66DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.66%

R = 27.52%
G = 22.82%
B = 49.66%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7B66DE (or 0x7B66DE) is known color: Medium Slate Blue. HEX triplet: 7B, 66 and DE. RGB value is (123,102,222). Sum of RGB (Red+Green+Blue) = 123+102+222=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B66DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B66DE is #849921. Grayscale: #797979. Windows color (decimal): -8689954 or 14575227. OLE color: 14575227.

HSL color Cylindrical-coordinate representation of color #7B66DE: hue angle of 250.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B66DE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 123 102 222 -
CMYK 0.45 0.54 0 0.13
HSL 250.5º 0.65% 0.64% -
HSV(B) 250.5º 0.54% 0.87% -
XYZ 26.1 18.99 71.4 -
YUV 121.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 123 102 222 0.45 0.54 0 0.13 250.5 0.65 0.64
Hex 7B 66 DE 2D 36 0 D FB 41 40
Octal 173 146 336 55 66 0 15 373 101 100
Binary 1111011 1100110 11011110 101101 110110 0 1101 11111011 1000001 1000000

Color Harmonies of #7B66DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B66DE

Black with #7B66DE

Text Example


Text Example

White with #7B66DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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