Html Css Color HEX #795CDC Slate Blue

📋 copy color: '#795CDC'

red 121 ◦ green 92 ◦ blue 220

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

Shades of Slate Blue #795CDC

Tints of Slate Blue #795CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.25%

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

R = 27.94%
G = 21.25%
B = 50.81%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#795CDC (or 0x795CDC) is known color: Slate Blue. HEX triplet: 79, 5C and DC. RGB value is (121,92,220). Sum of RGB (Red+Green+Blue) = 121+92+220=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #795CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CDC is #86A323. Grayscale: #727272. Windows color (decimal): -8823588 or 14441593. OLE color: 14441593.

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

Color convert

RGB 121 92 220 -
CMYK 0.45 0.58 0 0.14
HSL 253.59º 0.65% 0.61% -
HSV(B) 253.59º 0.58% 0.86% -
XYZ 24.63 16.89 69.67 -
YUV 115.26 187.11 132.09 -
System Red Green Blue C M Y K H S L
Decimal 121 92 220 0.45 0.58 0 0.14 253.59 0.65 0.61
Hex 79 5C DC 2D 3A 0 E FE 41 3D
Octal 171 134 334 55 72 0 16 376 101 75
Binary 1111001 1011100 11011100 101101 111010 0 1110 11111110 1000001 111101

Color Harmonies of #795CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CDC

Black with #795CDC

Text Example


Text Example

White with #795CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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