Html Css Color HEX #795CCB Slate Blue

📋 copy color: '#795CCB'

red 121 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #795CCB

Tints of Slate Blue #795CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.12%

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

R = 29.09%
G = 22.12%
B = 48.8%

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

#795CCB (or 0x795CCB) is known color: Slate Blue. HEX triplet: 79, 5C and CB. RGB value is (121,92,203). Sum of RGB (Red+Green+Blue) = 121+92+203=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #795CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795CCB is #86A334. Grayscale: #707070. Windows color (decimal): -8823605 or 13327481. OLE color: 13327481.

HSL color Cylindrical-coordinate representation of color #795CCB: hue angle of 255.68º 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 #795CCB is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 92 203 -
CMYK 0.40 0.55 0 0.20
HSL 255.68º 0.52% 0.58% -
HSV(B) 255.68º 0.55% 0.8% -
XYZ 22.49 16.03 58.41 -
YUV 113.33 178.61 133.47 -
System Red Green Blue C M Y K H S L
Decimal 121 92 203 0.40 0.55 0 0.20 255.68 0.52 0.58
Hex 79 5C CB 28 37 0 14 100 34 3A
Octal 171 134 313 50 67 0 24 400 64 72
Binary 1111001 1011100 11001011 101000 110111 0 10100 100000000 110100 111010

Color Harmonies of #795CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795CCB

Black with #795CCB

Text Example


Text Example

White with #795CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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