Html Css Color HEX #795BCE Slate Blue

📋 copy color: '#795BCE'

red 121 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #795BCE

Tints of Slate Blue #795BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 28.95%
G = 21.77%
B = 49.28%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#795BCE (or 0x795BCE) is known color: Slate Blue. HEX triplet: 79, 5B and CE. RGB value is (121,91,206). Sum of RGB (Red+Green+Blue) = 121+91+206=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #795BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BCE is #86A431. Grayscale: #707070. Windows color (decimal): -8823858 or 13523833. OLE color: 13523833.

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

Color convert

RGB 121 91 206 -
CMYK 0.41 0.56 0 0.19
HSL 255.65º 0.54% 0.58% -
HSV(B) 255.65º 0.56% 0.81% -
XYZ 22.77 16 60.28 -
YUV 113.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 121 91 206 0.41 0.56 0 0.19 255.65 0.54 0.58
Hex 79 5B CE 29 38 0 13 100 36 3A
Octal 171 133 316 51 70 0 23 400 66 72
Binary 1111001 1011011 11001110 101001 111000 0 10011 100000000 110110 111010

Color Harmonies of #795BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BCE

Black with #795BCE

Text Example


Text Example

White with #795BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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