Html Css Color HEX #795BD1 Slate Blue

📋 copy color: '#795BD1'

red 121 ◦ green 91 ◦ blue 209

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

Shades of Slate Blue #795BD1

Tints of Slate Blue #795BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.64%

R = 28.74%
G = 21.62%
B = 49.64%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#795BD1 (or 0x795BD1) is known color: Slate Blue. HEX triplet: 79, 5B and D1. RGB value is (121,91,209). Sum of RGB (Red+Green+Blue) = 121+91+209=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 209 (82.03% from 255 or 49.64% from 421); Max value from RGB is 209 - color contains mainly: blue. Hex color #795BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BD1 is #86A42E. Grayscale: #707070. Windows color (decimal): -8823855 or 13720441. OLE color: 13720441.

HSL color Cylindrical-coordinate representation of color #795BD1: hue angle of 255.25º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795BD1 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 91 209 -
CMYK 0.42 0.56 0 0.18
HSL 255.25º 0.56% 0.59% -
HSV(B) 255.25º 0.56% 0.82% -
XYZ 23.13 16.15 62.22 -
YUV 113.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 121 91 209 0.42 0.56 0 0.18 255.25 0.56 0.59
Hex 79 5B D1 2A 38 0 12 FF 38 3B
Octal 171 133 321 52 70 0 22 377 70 73
Binary 1111001 1011011 11010001 101010 111000 0 10010 11111111 111000 111011

Color Harmonies of #795BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BD1

Black with #795BD1

Text Example


Text Example

White with #795BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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