Html Css Color HEX #795BCF Slate Blue

📋 copy color: '#795BCF'

red 121 ◦ green 91 ◦ blue 207

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

Shades of Slate Blue #795BCF

Tints of Slate Blue #795BCF

RGB

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

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

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

R = 28.88%
G = 21.72%
B = 49.4%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#795BCF (or 0x795BCF) is known color: Slate Blue. HEX triplet: 79, 5B and CF. RGB value is (121,91,207). Sum of RGB (Red+Green+Blue) = 121+91+207=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #795BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BCF is #86A430. Grayscale: #707070. Windows color (decimal): -8823857 or 13589369. OLE color: 13589369.

HSL color Cylindrical-coordinate representation of color #795BCF: hue angle of 255.52º degrees, saturation: 0.55, 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 #795BCF is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 91 207 -
CMYK 0.42 0.56 0 0.19
HSL 255.52º 0.55% 0.58% -
HSV(B) 255.52º 0.56% 0.81% -
XYZ 22.89 16.05 60.92 -
YUV 113.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 121 91 207 0.42 0.56 0 0.19 255.52 0.55 0.58
Hex 79 5B CF 2A 38 0 13 100 37 3A
Octal 171 133 317 52 70 0 23 400 67 72
Binary 1111001 1011011 11001111 101010 111000 0 10011 100000000 110111 111010

Color Harmonies of #795BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BCF

Black with #795BCF

Text Example


Text Example

White with #795BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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