Html Css Color HEX #7758C1 Slate Blue

📋 copy color: '#7758C1'

red 119 ◦ green 88 ◦ blue 193

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

Shades of Slate Blue #7758C1

Tints of Slate Blue #7758C1

RGB

 RED value IS 119 (46.88% from 255) = 29.75%

 GREEN value IS 88 (34.77% from 255) = 22%

 BLUE value IS 193 (75.78% from 255) = 48.25%

R = 29.75%
G = 22%
B = 48.25%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7758C1 (or 0x7758C1) is known color: Slate Blue. HEX triplet: 77, 58 and C1. RGB value is (119,88,193). Sum of RGB (Red+Green+Blue) = 119+88+193=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #7758C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758C1 is #88A73E. Grayscale: #6C6C6C. Windows color (decimal): -8955711 or 12671095. OLE color: 12671095.

HSL color Cylindrical-coordinate representation of color #7758C1: hue angle of 257.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7758C1 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 88 193 -
CMYK 0.38 0.54 0 0.24
HSL 257.71º 0.46% 0.55% -
HSV(B) 257.71º 0.54% 0.76% -
XYZ 20.72 14.75 52.21 -
YUV 109.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 119 88 193 0.38 0.54 0 0.24 257.71 0.46 0.55
Hex 77 58 C1 26 36 0 18 102 2E 37
Octal 167 130 301 46 66 0 30 402 56 67
Binary 1110111 1011000 11000001 100110 110110 0 11000 100000010 101110 110111

Color Harmonies of #7758C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758C1

Black with #7758C1

Text Example


Text Example

White with #7758C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7758C1; }

 p { color: rgb(119,88,193); }

 H1.HeaderClassName
 {
   color: #7758C1;
 }
 .AnyTagClassName
 {
   color: #7758C1;
 }
</style>

background-color css

<style>
 a { background-color: #7758C1; }

 a { background-color: rgb(119,88,193); }

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

border-color css

<style>
 span { border-color: #7758C1; }

 span { border-color: rgb(119,88,193); }

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