Html Css Color HEX #795BDC Slate Blue

📋 copy color: '#795BDC'

red 121 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #795BDC

Tints of Slate Blue #795BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.06%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 28.01%
G = 21.06%
B = 50.93%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#795BDC (or 0x795BDC) is known color: Slate Blue. HEX triplet: 79, 5B and DC. RGB value is (121,91,220). Sum of RGB (Red+Green+Blue) = 121+91+220=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 91 (35.94% from 255 or 21.06% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #795BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BDC is #86A423. Grayscale: #727272. Windows color (decimal): -8823844 or 14441337. OLE color: 14441337.

HSL color Cylindrical-coordinate representation of color #795BDC: hue angle of 253.95º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #795BDC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 91 220 -
CMYK 0.45 0.59 0 0.14
HSL 253.95º 0.65% 0.61% -
HSV(B) 253.95º 0.59% 0.86% -
XYZ 24.54 16.71 69.64 -
YUV 114.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 121 91 220 0.45 0.59 0 0.14 253.95 0.65 0.61
Hex 79 5B DC 2D 3B 0 E FE 41 3D
Octal 171 133 334 55 73 0 16 376 101 75
Binary 1111001 1011011 11011100 101101 111011 0 1110 11111110 1000001 111101

Color Harmonies of #795BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BDC

Black with #795BDC

Text Example


Text Example

White with #795BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,91,220); }

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

background-color css

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

 a { background-color: rgb(121,91,220); }

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

border-color css

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

 span { border-color: rgb(121,91,220); }

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