Html Css Color HEX #795BC8 Slate Blue

📋 copy color: '#795BC8'

red 121 ◦ green 91 ◦ blue 200

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

Shades of Slate Blue #795BC8

Tints of Slate Blue #795BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.54%

R = 29.37%
G = 22.09%
B = 48.54%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#795BC8 (or 0x795BC8) is known color: Slate Blue. HEX triplet: 79, 5B and C8. RGB value is (121,91,200). Sum of RGB (Red+Green+Blue) = 121+91+200=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #795BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BC8 is #86A437. Grayscale: #6F6F6F. Windows color (decimal): -8823864 or 13130617. OLE color: 13130617.

HSL color Cylindrical-coordinate representation of color #795BC8: hue angle of 256.51º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #795BC8 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 91 200 -
CMYK 0.39 0.54 0 0.22
HSL 256.51º 0.5% 0.57% -
HSV(B) 256.51º 0.55% 0.78% -
XYZ 22.05 15.72 56.52 -
YUV 112.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 121 91 200 0.39 0.54 0 0.22 256.51 0.5 0.57
Hex 79 5B C8 27 36 0 16 101 32 39
Octal 171 133 310 47 66 0 26 401 62 71
Binary 1111001 1011011 11001000 100111 110110 0 10110 100000001 110010 111001

Color Harmonies of #795BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BC8

Black with #795BC8

Text Example


Text Example

White with #795BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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