Html Css Color HEX #7758D7 Slate Blue

📋 copy color: '#7758D7'

red 119 ◦ green 88 ◦ blue 215

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

Shades of Slate Blue #7758D7

Tints of Slate Blue #7758D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.95%

R = 28.2%
G = 20.85%
B = 50.95%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7758D7 (or 0x7758D7) is known color: Slate Blue. HEX triplet: 77, 58 and D7. RGB value is (119,88,215). Sum of RGB (Red+Green+Blue) = 119+88+215=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #7758D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758D7 is #88A728. Grayscale: #6F6F6F. Windows color (decimal): -8955689 or 14112887. OLE color: 14112887.

HSL color Cylindrical-coordinate representation of color #7758D7: hue angle of 254.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7758D7 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 88 215 -
CMYK 0.45 0.59 0 0.16
HSL 254.65º 0.61% 0.59% -
HSV(B) 254.65º 0.59% 0.84% -
XYZ 23.36 15.81 66.11 -
YUV 111.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 119 88 215 0.45 0.59 0 0.16 254.65 0.61 0.59
Hex 77 58 D7 2D 3B 0 10 FF 3D 3B
Octal 167 130 327 55 73 0 20 377 75 73
Binary 1110111 1011000 11010111 101101 111011 0 10000 11111111 111101 111011

Color Harmonies of #7758D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758D7

Black with #7758D7

Text Example


Text Example

White with #7758D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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