Html Css Color HEX #795ACB Slate Blue

📋 copy color: '#795ACB'

red 121 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #795ACB

Tints of Slate Blue #795ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 29.23%
G = 21.74%
B = 49.03%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#795ACB (or 0x795ACB) is known color: Slate Blue. HEX triplet: 79, 5A and CB. RGB value is (121,90,203). Sum of RGB (Red+Green+Blue) = 121+90+203=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #795ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ACB is #86A534. Grayscale: #6F6F6F. Windows color (decimal): -8824117 or 13326969. OLE color: 13326969.

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

Color convert

RGB 121 90 203 -
CMYK 0.40 0.56 0 0.20
HSL 256.46º 0.52% 0.57% -
HSV(B) 256.46º 0.56% 0.8% -
XYZ 22.32 15.69 58.35 -
YUV 112.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 121 90 203 0.40 0.56 0 0.20 256.46 0.52 0.57
Hex 79 5A CB 28 38 0 14 100 34 39
Octal 171 132 313 50 70 0 24 400 64 71
Binary 1111001 1011010 11001011 101000 111000 0 10100 100000000 110100 111001

Color Harmonies of #795ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ACB

Black with #795ACB

Text Example


Text Example

White with #795ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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