Html Css Color HEX #7652C1 Slate Blue

📋 copy color: '#7652C1'

red 118 ◦ green 82 ◦ blue 193

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

Shades of Slate Blue #7652C1

Tints of Slate Blue #7652C1

RGB

 RED value IS 118 (46.48% from 255) = 30.03%

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

 BLUE value IS 193 (75.78% from 255) = 49.11%

R = 30.03%
G = 20.87%
B = 49.11%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7652C1 (or 0x7652C1) is known color: Slate Blue. HEX triplet: 76, 52 and C1. RGB value is (118,82,193). Sum of RGB (Red+Green+Blue) = 118+82+193=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #7652C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7652C1 is #89AD3E. Grayscale: #696969. Windows color (decimal): -9022783 or 12669558. OLE color: 12669558.

HSL color Cylindrical-coordinate representation of color #7652C1: hue angle of 259.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7652C1 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 82 193 -
CMYK 0.39 0.58 0 0.24
HSL 259.46º 0.47% 0.54% -
HSV(B) 259.46º 0.58% 0.76% -
XYZ 20.11 13.74 52.04 -
YUV 105.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 118 82 193 0.39 0.58 0 0.24 259.46 0.47 0.54
Hex 76 52 C1 27 3A 0 18 103 2F 36
Octal 166 122 301 47 72 0 30 403 57 66
Binary 1110110 1010010 11000001 100111 111010 0 11000 100000011 101111 110110

Color Harmonies of #7652C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7652C1

Black with #7652C1

Text Example


Text Example

White with #7652C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7652C1; }

 p { color: rgb(118,82,193); }

 H1.HeaderClassName
 {
   color: #7652C1;
 }
 .AnyTagClassName
 {
   color: #7652C1;
 }
</style>

background-color css

<style>
 a { background-color: #7652C1; }

 a { background-color: rgb(118,82,193); }

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

border-color css

<style>
 span { border-color: #7652C1; }

 span { border-color: rgb(118,82,193); }

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