Html Css Color HEX #795ECB Slate Blue

📋 copy color: '#795ECB'

red 121 ◦ green 94 ◦ blue 203

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

Shades of Slate Blue #795ECB

Tints of Slate Blue #795ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

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

R = 28.95%
G = 22.49%
B = 48.56%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#795ECB (or 0x795ECB) is known color: Slate Blue. HEX triplet: 79, 5E and CB. RGB value is (121,94,203). Sum of RGB (Red+Green+Blue) = 121+94+203=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #795ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ECB is #86A134. Grayscale: #727272. Windows color (decimal): -8823093 or 13327993. OLE color: 13327993.

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

Color convert

RGB 121 94 203 -
CMYK 0.40 0.54 0 0.20
HSL 254.86º 0.51% 0.58% -
HSV(B) 254.86º 0.54% 0.8% -
XYZ 22.67 16.38 58.47 -
YUV 114.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 121 94 203 0.40 0.54 0 0.20 254.86 0.51 0.58
Hex 79 5E CB 28 36 0 14 FF 33 3A
Octal 171 136 313 50 66 0 24 377 63 72
Binary 1111001 1011110 11001011 101000 110110 0 10100 11111111 110011 111010

Color Harmonies of #795ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795ECB

Black with #795ECB

Text Example


Text Example

White with #795ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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