Html Css Color HEX #795CCC Slate Blue

📋 copy color: '#795CCC'

red 121 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #795CCC

Tints of Slate Blue #795CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 29.02%
G = 22.06%
B = 48.92%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#795CCC (or 0x795CCC) is known color: Slate Blue. HEX triplet: 79, 5C and CC. RGB value is (121,92,204). Sum of RGB (Red+Green+Blue) = 121+92+204=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #795CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CCC is #86A333. Grayscale: #717171. Windows color (decimal): -8823604 or 13393017. OLE color: 13393017.

HSL color Cylindrical-coordinate representation of color #795CCC: hue angle of 255.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #795CCC is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 92 204 -
CMYK 0.41 0.55 0 0.2
HSL 255.54º 0.52% 0.58% -
HSV(B) 255.54º 0.55% 0.8% -
XYZ 22.61 16.08 59.04 -
YUV 113.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 121 92 204 0.41 0.55 0 0.2 255.54 0.52 0.58
Hex 79 5C CC 29 37 0 14 100 34 3A
Octal 171 134 314 51 67 0 24 400 64 72
Binary 1111001 1011100 11001100 101001 110111 0 10100 100000000 110100 111010

Color Harmonies of #795CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CCC

Black with #795CCC

Text Example


Text Example

White with #795CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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