Html Css Color HEX #795AD6 Slate Blue

📋 copy color: '#795AD6'

red 121 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #795AD6

Tints of Slate Blue #795AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 28.47%
G = 21.18%
B = 50.35%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#795AD6 (or 0x795AD6) is known color: Slate Blue. HEX triplet: 79, 5A and D6. RGB value is (121,90,214). Sum of RGB (Red+Green+Blue) = 121+90+214=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #795AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AD6 is #86A529. Grayscale: #707070. Windows color (decimal): -8824106 or 14047865. OLE color: 14047865.

HSL color Cylindrical-coordinate representation of color #795AD6: hue angle of 255º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795AD6 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 90 214 -
CMYK 0.43 0.58 0 0.16
HSL 255º 0.6% 0.6% -
HSV(B) 255º 0.58% 0.84% -
XYZ 23.68 16.23 65.5 -
YUV 113.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 121 90 214 0.43 0.58 0 0.16 255 0.6 0.6
Hex 79 5A D6 2B 3A 0 10 FF 3C 3C
Octal 171 132 326 53 72 0 20 377 74 74
Binary 1111001 1011010 11010110 101011 111010 0 10000 11111111 111100 111100

Color Harmonies of #795AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AD6

Black with #795AD6

Text Example


Text Example

White with #795AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795AD6; }

 p { color: rgb(121,90,214); }

 H1.HeaderClassName
 {
   color: #795AD6;
 }
 .AnyTagClassName
 {
   color: #795AD6;
 }
</style>

background-color css

<style>
 a { background-color: #795AD6; }

 a { background-color: rgb(121,90,214); }

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

border-color css

<style>
 span { border-color: #795AD6; }

 span { border-color: rgb(121,90,214); }

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