Html Css Color HEX #7655C5 Slate Blue

📋 copy color: '#7655C5'

red 118 ◦ green 85 ◦ blue 197

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

Shades of Slate Blue #7655C5

Tints of Slate Blue #7655C5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

 BLUE value IS 197 (77.34% from 255) = 49.25%

R = 29.5%
G = 21.25%
B = 49.25%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7655C5 (or 0x7655C5) is known color: Slate Blue. HEX triplet: 76, 55 and C5. RGB value is (118,85,197). Sum of RGB (Red+Green+Blue) = 118+85+197=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 197 (77.34% from 255 or 49.25% from 400); Max value from RGB is 197 - color contains mainly: blue. Hex color #7655C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655C5 is #89AA3A. Grayscale: #6B6B6B. Windows color (decimal): -9022011 or 12932470. OLE color: 12932470.

HSL color Cylindrical-coordinate representation of color #7655C5: hue angle of 257.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7655C5 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 85 197 -
CMYK 0.40 0.57 0 0.23
HSL 257.68º 0.49% 0.55% -
HSV(B) 257.68º 0.57% 0.77% -
XYZ 20.8 14.38 54.5 -
YUV 107.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 118 85 197 0.40 0.57 0 0.23 257.68 0.49 0.55
Hex 76 55 C5 28 39 0 17 102 31 37
Octal 166 125 305 50 71 0 27 402 61 67
Binary 1110110 1010101 11000101 101000 111001 0 10111 100000010 110001 110111

Color Harmonies of #7655C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7655C5

Black with #7655C5

Text Example


Text Example

White with #7655C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7655C5; }

 p { color: rgb(118,85,197); }

 H1.HeaderClassName
 {
   color: #7655C5;
 }
 .AnyTagClassName
 {
   color: #7655C5;
 }
</style>

background-color css

<style>
 a { background-color: #7655C5; }

 a { background-color: rgb(118,85,197); }

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

border-color css

<style>
 span { border-color: #7655C5; }

 span { border-color: rgb(118,85,197); }

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