Html Css Color HEX #7752CF Slate Blue

📋 copy color: '#7752CF'

red 119 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7752CF

Tints of Slate Blue #7752CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 29.17%
G = 20.1%
B = 50.74%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7752CF (or 0x7752CF) is known color: Slate Blue. HEX triplet: 77, 52 and CF. RGB value is (119,82,207). Sum of RGB (Red+Green+Blue) = 119+82+207=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #7752CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752CF is #88AD30. Grayscale: #6A6A6A. Windows color (decimal): -8957233 or 13587063. OLE color: 13587063.

HSL color Cylindrical-coordinate representation of color #7752CF: hue angle of 257.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7752CF is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 82 207 -
CMYK 0.43 0.60 0 0.19
HSL 257.76º 0.57% 0.57% -
HSV(B) 257.76º 0.6% 0.81% -
XYZ 21.89 14.46 60.67 -
YUV 107.31 184.26 136.34 -
System Red Green Blue C M Y K H S L
Decimal 119 82 207 0.43 0.60 0 0.19 257.76 0.57 0.57
Hex 77 52 CF 2B 3C 0 13 102 39 39
Octal 167 122 317 53 74 0 23 402 71 71
Binary 1110111 1010010 11001111 101011 111100 0 10011 100000010 111001 111001

Color Harmonies of #7752CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752CF

Black with #7752CF

Text Example


Text Example

White with #7752CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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