Html Css Color HEX #7752CC Slate Blue

📋 copy color: '#7752CC'

red 119 ◦ green 82 ◦ blue 204

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

Shades of Slate Blue #7752CC

Tints of Slate Blue #7752CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 29.38%
G = 20.25%
B = 50.37%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7752CC (or 0x7752CC) is known color: Slate Blue. HEX triplet: 77, 52 and CC. RGB value is (119,82,204). Sum of RGB (Red+Green+Blue) = 119+82+204=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 82 (32.42% from 255 or 20.25% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #7752CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7752CC is #88AD33. Grayscale: #6A6A6A. Windows color (decimal): -8957236 or 13390455. OLE color: 13390455.

HSL color Cylindrical-coordinate representation of color #7752CC: hue angle of 258.2º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7752CC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 82 204 -
CMYK 0.42 0.60 0 0.2
HSL 258.2º 0.54% 0.56% -
HSV(B) 258.2º 0.6% 0.8% -
XYZ 21.52 14.32 58.76 -
YUV 106.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 119 82 204 0.42 0.60 0 0.2 258.2 0.54 0.56
Hex 77 52 CC 2A 3C 0 14 102 36 38
Octal 167 122 314 52 74 0 24 402 66 70
Binary 1110111 1010010 11001100 101010 111100 0 10100 100000010 110110 111000

Color Harmonies of #7752CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7752CC

Black with #7752CC

Text Example


Text Example

White with #7752CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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