Html Css Color HEX #795DC8 Slate Blue

📋 copy color: '#795DC8'

red 121 ◦ green 93 ◦ blue 200

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

Shades of Slate Blue #795DC8

Tints of Slate Blue #795DC8

RGB

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

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

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

R = 29.23%
G = 22.46%
B = 48.31%

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

#795DC8 (or 0x795DC8) is known color: Slate Blue. HEX triplet: 79, 5D and C8. RGB value is (121,93,200). Sum of RGB (Red+Green+Blue) = 121+93+200=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 200 (78.52% from 255 or 48.31% from 414); Max value from RGB is 200 - color contains mainly: blue. Hex color #795DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795DC8 is #86A237. Grayscale: #717171. Windows color (decimal): -8823352 or 13131129. OLE color: 13131129.

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

Color convert

RGB 121 93 200 -
CMYK 0.39 0.54 0 0.22
HSL 255.7º 0.49% 0.57% -
HSV(B) 255.7º 0.54% 0.78% -
XYZ 22.22 16.06 56.57 -
YUV 113.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 121 93 200 0.39 0.54 0 0.22 255.7 0.49 0.57
Hex 79 5D C8 27 36 0 16 100 31 39
Octal 171 135 310 47 66 0 26 400 61 71
Binary 1111001 1011101 11001000 100111 110110 0 10110 100000000 110001 111001

Color Harmonies of #795DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DC8

Black with #795DC8

Text Example


Text Example

White with #795DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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