Html Css Color HEX #795CDB Slate Blue

📋 copy color: '#795CDB'

red 121 ◦ green 92 ◦ blue 219

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

Shades of Slate Blue #795CDB

Tints of Slate Blue #795CDB

RGB

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

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

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

R = 28.01%
G = 21.3%
B = 50.69%

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

#795CDB (or 0x795CDB) is known color: Slate Blue. HEX triplet: 79, 5C and DB. RGB value is (121,92,219). Sum of RGB (Red+Green+Blue) = 121+92+219=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #795CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CDB is #86A324. Grayscale: #727272. Windows color (decimal): -8823589 or 14376057. OLE color: 14376057.

HSL color Cylindrical-coordinate representation of color #795CDB: hue angle of 253.7º 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 #795CDB is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 92 219 -
CMYK 0.45 0.58 0 0.14
HSL 253.7º 0.64% 0.61% -
HSV(B) 253.7º 0.58% 0.86% -
XYZ 24.5 16.83 68.98 -
YUV 115.15 186.61 132.17 -
System Red Green Blue C M Y K H S L
Decimal 121 92 219 0.45 0.58 0 0.14 253.7 0.64 0.61
Hex 79 5C DB 2D 3A 0 E FE 40 3D
Octal 171 134 333 55 72 0 16 376 100 75
Binary 1111001 1011100 11011011 101101 111010 0 1110 11111110 1000000 111101

Color Harmonies of #795CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CDB

Black with #795CDB

Text Example


Text Example

White with #795CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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