Html Css Color HEX #795BDB Slate Blue

📋 copy color: '#795BDB'

red 121 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #795BDB

Tints of Slate Blue #795BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 28.07%
G = 21.11%
B = 50.81%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#795BDB (or 0x795BDB) is known color: Slate Blue. HEX triplet: 79, 5B and DB. RGB value is (121,91,219). Sum of RGB (Red+Green+Blue) = 121+91+219=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #795BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BDB is #86A424. Grayscale: #727272. Windows color (decimal): -8823845 or 14375801. OLE color: 14375801.

HSL color Cylindrical-coordinate representation of color #795BDB: hue angle of 254.06º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #795BDB is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 91 219 -
CMYK 0.45 0.58 0 0.14
HSL 254.06º 0.64% 0.61% -
HSV(B) 254.06º 0.58% 0.86% -
XYZ 24.41 16.66 68.95 -
YUV 114.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 121 91 219 0.45 0.58 0 0.14 254.06 0.64 0.61
Hex 79 5B DB 2D 3A 0 E FE 40 3D
Octal 171 133 333 55 72 0 16 376 100 75
Binary 1111001 1011011 11011011 101101 111010 0 1110 11111110 1000000 111101

Color Harmonies of #795BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BDB

Black with #795BDB

Text Example


Text Example

White with #795BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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