Html Css Color HEX #795ECC Slate Blue

📋 copy color: '#795ECC'

red 121 ◦ green 94 ◦ blue 204

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

Shades of Slate Blue #795ECC

Tints of Slate Blue #795ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.43%

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

R = 28.88%
G = 22.43%
B = 48.69%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#795ECC (or 0x795ECC) is known color: Slate Blue. HEX triplet: 79, 5E and CC. RGB value is (121,94,204). Sum of RGB (Red+Green+Blue) = 121+94+204=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #795ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ECC is #86A133. Grayscale: #727272. Windows color (decimal): -8823092 or 13393529. OLE color: 13393529.

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

Color convert

RGB 121 94 204 -
CMYK 0.41 0.54 0 0.2
HSL 254.73º 0.52% 0.58% -
HSV(B) 254.73º 0.54% 0.8% -
XYZ 22.79 16.43 59.1 -
YUV 114.61 178.45 132.56 -
System Red Green Blue C M Y K H S L
Decimal 121 94 204 0.41 0.54 0 0.2 254.73 0.52 0.58
Hex 79 5E CC 29 36 0 14 FF 34 3A
Octal 171 136 314 51 66 0 24 377 64 72
Binary 1111001 1011110 11001100 101001 110110 0 10100 11111111 110100 111010

Color Harmonies of #795ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ECC

Black with #795ECC

Text Example


Text Example

White with #795ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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