Html Css Color HEX #795BCB Slate Blue

📋 copy color: '#795BCB'

red 121 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #795BCB

Tints of Slate Blue #795BCB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.93%

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

R = 29.16%
G = 21.93%
B = 48.92%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#795BCB (or 0x795BCB) is known color: Slate Blue. HEX triplet: 79, 5B and CB. RGB value is (121,91,203). Sum of RGB (Red+Green+Blue) = 121+91+203=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #795BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BCB is #86A434. Grayscale: #707070. Windows color (decimal): -8823861 or 13327225. OLE color: 13327225.

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

Color convert

RGB 121 91 203 -
CMYK 0.40 0.55 0 0.20
HSL 256.07º 0.52% 0.58% -
HSV(B) 256.07º 0.55% 0.8% -
XYZ 22.41 15.86 58.38 -
YUV 112.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 121 91 203 0.40 0.55 0 0.20 256.07 0.52 0.58
Hex 79 5B CB 28 37 0 14 100 34 3A
Octal 171 133 313 50 67 0 24 400 64 72
Binary 1111001 1011011 11001011 101000 110111 0 10100 100000000 110100 111010

Color Harmonies of #795BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BCB

Black with #795BCB

Text Example


Text Example

White with #795BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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