Html Css Color HEX #795ACF Slate Blue

📋 copy color: '#795ACF'

red 121 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #795ACF

Tints of Slate Blue #795ACF

RGB

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

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

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

R = 28.95%
G = 21.53%
B = 49.52%

CMYK

 C value IS 0.42

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#795ACF (or 0x795ACF) is known color: Slate Blue. HEX triplet: 79, 5A and CF. RGB value is (121,90,207). Sum of RGB (Red+Green+Blue) = 121+90+207=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #795ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ACF is #86A530. Grayscale: #707070. Windows color (decimal): -8824113 or 13589113. OLE color: 13589113.

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

Color convert

RGB 121 90 207 -
CMYK 0.42 0.57 0 0.19
HSL 255.9º 0.55% 0.58% -
HSV(B) 255.9º 0.57% 0.81% -
XYZ 22.8 15.88 60.9 -
YUV 112.61 181.27 133.99 -
System Red Green Blue C M Y K H S L
Decimal 121 90 207 0.42 0.57 0 0.19 255.9 0.55 0.58
Hex 79 5A CF 2A 39 0 13 100 37 3A
Octal 171 132 317 52 71 0 23 400 67 72
Binary 1111001 1011010 11001111 101010 111001 0 10011 100000000 110111 111010

Color Harmonies of #795ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ACF

Black with #795ACF

Text Example


Text Example

White with #795ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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