Html Css Color HEX #795CC2 Slate Blue

📋 copy color: '#795CC2'

red 121 ◦ green 92 ◦ blue 194

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

Shades of Slate Blue #795CC2

Tints of Slate Blue #795CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 29.73%
G = 22.6%
B = 47.67%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#795CC2 (or 0x795CC2) is known color: Slate Blue. HEX triplet: 79, 5C and C2. RGB value is (121,92,194). Sum of RGB (Red+Green+Blue) = 121+92+194=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #795CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CC2 is #86A33D. Grayscale: #6F6F6F. Windows color (decimal): -8823614 or 12737657. OLE color: 12737657.

HSL color Cylindrical-coordinate representation of color #795CC2: hue angle of 257.06º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795CC2 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 92 194 -
CMYK 0.38 0.53 0 0.24
HSL 257.06º 0.46% 0.56% -
HSV(B) 257.06º 0.53% 0.76% -
XYZ 21.45 15.61 52.92 -
YUV 112.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 121 92 194 0.38 0.53 0 0.24 257.06 0.46 0.56
Hex 79 5C C2 26 35 0 18 101 2E 38
Octal 171 134 302 46 65 0 30 401 56 70
Binary 1111001 1011100 11000010 100110 110101 0 11000 100000001 101110 111000

Color Harmonies of #795CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CC2

Black with #795CC2

Text Example


Text Example

White with #795CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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