Html Css Color HEX #795FDA Slate Blue

📋 copy color: '#795FDA'

red 121 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #795FDA

Tints of Slate Blue #795FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 27.88%
G = 21.89%
B = 50.23%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#795FDA (or 0x795FDA) is known color: Slate Blue. HEX triplet: 79, 5F and DA. RGB value is (121,95,218). Sum of RGB (Red+Green+Blue) = 121+95+218=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #795FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795FDA is #86A025. Grayscale: #747474. Windows color (decimal): -8822822 or 14311289. OLE color: 14311289.

HSL color Cylindrical-coordinate representation of color #795FDA: hue angle of 252.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #795FDA is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 95 218 -
CMYK 0.44 0.56 0 0.15
HSL 252.68º 0.62% 0.61% -
HSV(B) 252.68º 0.56% 0.85% -
XYZ 24.63 17.31 68.37 -
YUV 116.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 121 95 218 0.44 0.56 0 0.15 252.68 0.62 0.61
Hex 79 5F DA 2C 38 0 F FD 3E 3D
Octal 171 137 332 54 70 0 17 375 76 75
Binary 1111001 1011111 11011010 101100 111000 0 1111 11111101 111110 111101

Color Harmonies of #795FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795FDA

Black with #795FDA

Text Example


Text Example

White with #795FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,95,218); }

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

background-color css

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

 a { background-color: rgb(121,95,218); }

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

border-color css

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

 span { border-color: rgb(121,95,218); }

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