Html Css Color HEX #795DCF Slate Blue

📋 copy color: '#795DCF'

red 121 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #795DCF

Tints of Slate Blue #795DCF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

 BLUE value IS 207 (81.25% from 255) = 49.17%

R = 28.74%
G = 22.09%
B = 49.17%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#795DCF (or 0x795DCF) is known color: Slate Blue. HEX triplet: 79, 5D and CF. RGB value is (121,93,207). Sum of RGB (Red+Green+Blue) = 121+93+207=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #795DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DCF is #86A230. Grayscale: #717171. Windows color (decimal): -8823345 or 13589881. OLE color: 13589881.

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

Color convert

RGB 121 93 207 -
CMYK 0.42 0.55 0 0.19
HSL 254.74º 0.54% 0.59% -
HSV(B) 254.74º 0.55% 0.81% -
XYZ 23.06 16.4 60.98 -
YUV 114.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 121 93 207 0.42 0.55 0 0.19 254.74 0.54 0.59
Hex 79 5D CF 2A 37 0 13 FF 36 3B
Octal 171 135 317 52 67 0 23 377 66 73
Binary 1111001 1011101 11001111 101010 110111 0 10011 11111111 110110 111011

Color Harmonies of #795DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DCF

Black with #795DCF

Text Example


Text Example

White with #795DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,93,207); }

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

background-color css

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

 a { background-color: rgb(121,93,207); }

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

border-color css

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

 span { border-color: rgb(121,93,207); }

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