Html Css Color HEX #7655CC Slate Blue

📋 copy color: '#7655CC'

red 118 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #7655CC

Tints of Slate Blue #7655CC

RGB

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

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

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

R = 28.99%
G = 20.88%
B = 50.12%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7655CC (or 0x7655CC) is known color: Slate Blue. HEX triplet: 76, 55 and CC. RGB value is (118,85,204). Sum of RGB (Red+Green+Blue) = 118+85+204=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #7655CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7655CC is #89AA33. Grayscale: #6B6B6B. Windows color (decimal): -9022004 or 13391222. OLE color: 13391222.

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

Color convert

RGB 118 85 204 -
CMYK 0.42 0.58 0 0.2
HSL 256.64º 0.54% 0.57% -
HSV(B) 256.64º 0.58% 0.8% -
XYZ 21.62 14.71 58.83 -
YUV 108.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 118 85 204 0.42 0.58 0 0.2 256.64 0.54 0.57
Hex 76 55 CC 2A 3A 0 14 101 36 39
Octal 166 125 314 52 72 0 24 401 66 71
Binary 1110110 1010101 11001100 101010 111010 0 10100 100000001 110110 111001

Color Harmonies of #7655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7655CC

Black with #7655CC

Text Example


Text Example

White with #7655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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