Html Css Color HEX #7758D5 Slate Blue

📋 copy color: '#7758D5'

red 119 ◦ green 88 ◦ blue 213

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

Shades of Slate Blue #7758D5

Tints of Slate Blue #7758D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 28.33%
G = 20.95%
B = 50.71%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7758D5 (or 0x7758D5) is known color: Slate Blue. HEX triplet: 77, 58 and D5. RGB value is (119,88,213). Sum of RGB (Red+Green+Blue) = 119+88+213=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #7758D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7758D5 is #88A72A. Grayscale: #6F6F6F. Windows color (decimal): -8955691 or 13981815. OLE color: 13981815.

HSL color Cylindrical-coordinate representation of color #7758D5: hue angle of 254.88º degrees, saturation: 0.6, 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 #7758D5 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 88 213 -
CMYK 0.44 0.59 0 0.16
HSL 254.88º 0.6% 0.59% -
HSV(B) 254.88º 0.59% 0.84% -
XYZ 23.11 15.71 64.76 -
YUV 111.52 185.27 133.34 -
System Red Green Blue C M Y K H S L
Decimal 119 88 213 0.44 0.59 0 0.16 254.88 0.6 0.59
Hex 77 58 D5 2C 3B 0 10 FF 3C 3B
Octal 167 130 325 54 73 0 20 377 74 73
Binary 1110111 1011000 11010101 101100 111011 0 10000 11111111 111100 111011

Color Harmonies of #7758D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758D5

Black with #7758D5

Text Example


Text Example

White with #7758D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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