Html Css Color HEX #795ACD Slate Blue

📋 copy color: '#795ACD'

red 121 ◦ green 90 ◦ blue 205

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

Shades of Slate Blue #795ACD

Tints of Slate Blue #795ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 29.09%
G = 21.63%
B = 49.28%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#795ACD (or 0x795ACD) is known color: Slate Blue. HEX triplet: 79, 5A and CD. RGB value is (121,90,205). Sum of RGB (Red+Green+Blue) = 121+90+205=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #795ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ACD is #86A532. Grayscale: #6F6F6F. Windows color (decimal): -8824115 or 13458041. OLE color: 13458041.

HSL color Cylindrical-coordinate representation of color #795ACD: hue angle of 256.17º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795ACD is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 90 205 -
CMYK 0.41 0.56 0 0.20
HSL 256.17º 0.53% 0.58% -
HSV(B) 256.17º 0.56% 0.8% -
XYZ 22.56 15.79 59.62 -
YUV 112.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 121 90 205 0.41 0.56 0 0.20 256.17 0.53 0.58
Hex 79 5A CD 29 38 0 14 100 35 3A
Octal 171 132 315 51 70 0 24 400 65 72
Binary 1111001 1011010 11001101 101001 111000 0 10100 100000000 110101 111010

Color Harmonies of #795ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ACD

Black with #795ACD

Text Example


Text Example

White with #795ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,90,205); }

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

background-color css

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

 a { background-color: rgb(121,90,205); }

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

border-color css

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

 span { border-color: rgb(121,90,205); }

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