Html Css Color HEX #796CDD Medium Slate Blue

📋 copy color: '#796CDD'

red 121 ◦ green 108 ◦ blue 221

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

Shades of Medium Slate Blue #796CDD

Tints of Medium Slate Blue #796CDD

RGB

 RED value IS 121 (47.66% from 255) = 26.89%

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 26.89%
G = 24%
B = 49.11%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#796CDD (or 0x796CDD) is known color: Medium Slate Blue. HEX triplet: 79, 6C and DD. RGB value is (121,108,221). Sum of RGB (Red+Green+Blue) = 121+108+221=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #796CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDD is #869322. Grayscale: #7C7C7C. Windows color (decimal): -8819491 or 14511225. OLE color: 14511225.

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

Color convert

RGB 121 108 221 -
CMYK 0.45 0.51 0 0.13
HSL 246.9º 0.62% 0.65% -
HSV(B) 246.9º 0.51% 0.87% -
XYZ 26.3 20.01 70.88 -
YUV 124.77 182.31 125.31 -
System Red Green Blue C M Y K H S L
Decimal 121 108 221 0.45 0.51 0 0.13 246.9 0.62 0.65
Hex 79 6C DD 2D 33 0 D F7 3E 41
Octal 171 154 335 55 63 0 15 367 76 101
Binary 1111001 1101100 11011101 101101 110011 0 1101 11110111 111110 1000001

Color Harmonies of #796CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796CDD

Black with #796CDD

Text Example


Text Example

White with #796CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796CDD; }

 p { color: rgb(121,108,221); }

 H1.HeaderClassName
 {
   color: #796CDD;
 }
 .AnyTagClassName
 {
   color: #796CDD;
 }
</style>

background-color css

<style>
 a { background-color: #796CDD; }

 a { background-color: rgb(121,108,221); }

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

border-color css

<style>
 span { border-color: #796CDD; }

 span { border-color: rgb(121,108,221); }

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