Html Css Color HEX #7752E1 Slate Blue

📋 copy color: '#7752E1'

red 119 ◦ green 82 ◦ blue 225

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

Shades of Slate Blue #7752E1

Tints of Slate Blue #7752E1

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

 BLUE value IS 225 (88.28% from 255) = 52.82%

R = 27.93%
G = 19.25%
B = 52.82%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7752E1 (or 0x7752E1) is known color: Slate Blue. HEX triplet: 77, 52 and E1. RGB value is (119,82,225). Sum of RGB (Red+Green+Blue) = 119+82+225=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #7752E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752E1 is #88AD1E. Grayscale: #6C6C6C. Windows color (decimal): -8957215 or 14766711. OLE color: 14766711.

HSL color Cylindrical-coordinate representation of color #7752E1: hue angle of 255.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7752E1 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 82 225 -
CMYK 0.47 0.64 0 0.12
HSL 255.52º 0.7% 0.6% -
HSV(B) 255.52º 0.64% 0.88% -
XYZ 24.22 15.39 72.93 -
YUV 109.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 119 82 225 0.47 0.64 0 0.12 255.52 0.7 0.6
Hex 77 52 E1 2F 40 0 C 100 46 3C
Octal 167 122 341 57 100 0 14 400 106 74
Binary 1110111 1010010 11100001 101111 1000000 0 1100 100000000 1000110 111100

Color Harmonies of #7752E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752E1

Black with #7752E1

Text Example


Text Example

White with #7752E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7752E1; }

 p { color: rgb(119,82,225); }

 H1.HeaderClassName
 {
   color: #7752E1;
 }
 .AnyTagClassName
 {
   color: #7752E1;
 }
</style>

background-color css

<style>
 a { background-color: #7752E1; }

 a { background-color: rgb(119,82,225); }

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

border-color css

<style>
 span { border-color: #7752E1; }

 span { border-color: rgb(119,82,225); }

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